Provide default variables for backup script.
This commit is contained in:
parent
3eae7e731a
commit
a5f7059df0
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue