photoview: add config

This commit is contained in:
Jef Roosens 2024-10-01 14:28:28 +02:00
parent 56faa4323b
commit ad36788772
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
12 changed files with 191 additions and 13 deletions

24
nas.yml
View file

@ -56,12 +56,12 @@
- woodpecker
tags: woodpecker
- name: Install Lander
- name: Install Restic
hosts: nas
become: yes
roles:
- lander
tags: lander
- restic
tags: restic
- name: Install Restic REST server
hosts: nas
@ -70,21 +70,21 @@
- restic-rest
tags: restic-rest
- name: Install Restic
- name: Install Lander
hosts: nas
become: yes
roles:
- restic
tags: restic
- hosts: nas
become: yes
roles:
- matrix
tags: matrix
- lander
tags: lander
- hosts: nas
become: yes
roles:
- nefarious
tags: nefarious
- hosts: nas
become: yes
roles:
- photoview
tags: photoview