homelab/nas.yml

103 lines
1.3 KiB
YAML
Raw Normal View History

2023-12-24 19:52:13 +00:00
---
- name: Perform common tasks
hosts: nas
become: yes
roles:
- base
- common
tags: base
- name: Configure BTRFS RAID
hosts: nas
become: yes
roles:
- raid
tags: raid
- hosts: nas
become: yes
roles:
- ntfy
- ntfy-server
tags: ntfy
2023-12-24 19:52:13 +00:00
- name: Set up Samba
hosts: nas
become: yes
roles:
- samba
tags: samba
- name: Set up Jellyfin
hosts: nas
become: yes
roles:
- jellyfin
tags: jellyfin
- name: Set up Caddy
hosts: nas
become: yes
roles:
- caddy
tags: caddy
2023-12-27 20:34:51 +00:00
- name: Set up photo sync using Rclone
hosts: nas
become: yes
roles:
- rclone
tags: rclone
2023-12-30 15:51:31 +00:00
- name: Install Woodpecker agent
hosts: nas
become: yes
roles:
- woodpecker
tags: woodpecker
2023-12-30 16:52:10 +00:00
2024-10-01 12:28:28 +00:00
- name: Install Restic
2023-12-30 16:52:10 +00:00
hosts: nas
become: yes
roles:
2024-10-01 12:28:28 +00:00
- restic
tags: restic
2024-01-09 20:11:31 +00:00
- name: Install Restic REST server
hosts: nas
become: yes
roles:
- restic-rest
tags: restic-rest
2024-10-01 12:28:28 +00:00
- name: Install Lander
hosts: nas
become: yes
roles:
2024-10-01 12:28:28 +00:00
- lander
tags: lander
- hosts: nas
become: yes
roles:
2024-10-01 12:28:28 +00:00
- nefarious
tags: nefarious
2024-05-20 12:21:21 +00:00
- hosts: nas
become: yes
roles:
2024-10-01 12:28:28 +00:00
- photoview
tags: photoview
2024-10-26 19:45:05 +00:00
- hosts: nas
become: yes
roles:
- syncthing
tags: syncthing
2025-01-17 22:10:02 +00:00
- hosts: nas
become: yes
roles:
- actual
tags: actual