Provide default variables for backup script.

This commit is contained in:
Andreas B. Mundt 2020-03-04 18:25:21 +01:00
parent 3eae7e731a
commit a5f7059df0

View file

@ -9,3 +9,7 @@ backup_dirs_extra: ""
backup_opts: "--exclude-caches" backup_opts: "--exclude-caches"
backup_opts_extra: "" backup_opts_extra: ""
www_root: "/var/www"
nc_dir: "{{ www_root }}/nextcloud"
data_dir: "/var/nc-data"