initial pfannkuchen
This commit is contained in:
parent
b6dafc7a73
commit
4d305fa19f
99 changed files with 3575 additions and 321 deletions
14
roles/borg/defaults/main.yml
Normal file
14
roles/borg/defaults/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
backup_source: /app-config
|
||||
borg_ssh_key: /root/.ssh/id_borg
|
||||
borg_passphrase: "{{ vault_borg_passphrase }}"
|
||||
borg_repo: "ssh://storagebox/home/{{ inventory_hostname }}"
|
||||
borg_retention_daily: 7
|
||||
borg_retention_weekly: 4
|
||||
borg_retention_monthly: 6
|
||||
borg_compression: lz4
|
||||
borg_remote_path: borg-1.4
|
||||
borg_logfile: /var/log/borg-backup.log
|
||||
hetzner_storage_host: "{{ vault_hetzner_storage_host }}"
|
||||
hetzner_storage_user: "{{ vault_hetzner_storage_user }}"
|
||||
hetzner_storage_port: 23
|
||||
Loading…
Add table
Add a link
Reference in a new issue