[borgbackup_client] backup /etc/ everywhere

This commit is contained in:
otthorn 2021-03-12 00:30:00 +01:00
parent 3f8ffbe164
commit 454bc66ae0

View file

@ -93,3 +93,13 @@ apartment_block_dhcp: "{{ apartment_block }}"
ipv6_base_prefix: "2a09:6840"
is_aurore_host: "{{ 'aurore_vm' in group_names }}"
# Borgbackup
borg_keep_daily: 7
borg_keep_weekly: 4
borg_keep_monthly: 12
borg_host_dir: "/borg/{{ ansible_fqdn }}/"
borg_backup_directories:
- "/etc/"