Move list of apps to playbook variable.
This commit is contained in:
parent
004919824c
commit
8a821f501d
2 changed files with 4 additions and 3 deletions
|
@ -12,6 +12,9 @@
|
|||
DNS: "192.168.2.1"
|
||||
ddns_domain: "something.ddnss.de"
|
||||
ddns_updkey: "138638.some.key.here.635620"
|
||||
nc_apps:
|
||||
- calendar
|
||||
- notes
|
||||
backup_opts: "--exclude-caches -e '*/updater-*/' -e '*/preview/*' -e '*/files_trashbin/*'"
|
||||
backup_dirs:
|
||||
- "{{ nc_dir }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue