diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-09-22 14:28:30 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-09-22 14:28:30 -0400 |
commit | 5c81e73d546fbc804477f4c4a5145400e2daac3e (patch) | |
tree | 0fbc2edf0b4952f15f0151e1f9a9f40df3bc1d64 /group_vars/all.yml | |
parent | 8f272a96965fb15be36ce3666e1f7533353759b0 (diff) | |
download | emacsconf-ansible-5c81e73d546fbc804477f4c4a5145400e2daac3e.tar.xz emacsconf-ansible-5c81e73d546fbc804477f4c4a5145400e2daac3e.zip |
Switch to systemli.etherpad role: currently installs etherpad 2.5.0
Diffstat (limited to 'group_vars/all.yml')
-rw-r--r-- | group_vars/all.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 0db4665..411d60e 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -42,3 +42,7 @@ test_mode: false media_protect_root: true protect_stream_with_password: false restreaming_platforms: [] + + +backup_dir_on_server: "~/backups" +local_backup_dir: "backups" |