photoview: add config
This commit is contained in:
parent
56faa4323b
commit
ad36788772
12 changed files with 191 additions and 13 deletions
24
nas.yml
24
nas.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue