homelab/nas.yml

65 lines
865 B
YAML
Raw Normal View History

2023-12-24 20:52:13 +01: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
- 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 21:34:51 +01:00
- name: Set up photo sync using Rclone
hosts: nas
become: yes
roles:
- rclone
tags: rclone
2023-12-30 16:51:31 +01:00
- name: Install Woodpecker agent
hosts: nas
become: yes
roles:
- woodpecker
tags: woodpecker
2023-12-30 17:52:10 +01:00
- name: Install Lander
hosts: nas
become: yes
roles:
- lander
tags: lander
2024-01-09 21:11:31 +01:00
- name: Install Restic REST server
hosts: nas
become: yes
roles:
- restic-rest
tags: restic-rest