Move list of apps to playbook variable.

This commit is contained in:
Andreas B. Mundt 2020-01-20 19:01:49 +01:00
parent 004919824c
commit 8a821f501d
2 changed files with 4 additions and 3 deletions

View file

@ -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 }}"