[borgbackup_client] hostname should also be unique, but more legible than fqdn

This commit is contained in:
otthorn 2021-03-12 01:05:58 +01:00
parent cdcfad7ac2
commit d16676bfb6

View file

@ -98,7 +98,7 @@ is_aurore_host: "{{ 'aurore_vm' in group_names }}"
borg_keep_daily: 7 borg_keep_daily: 7
borg_keep_weekly: 4 borg_keep_weekly: 4
borg_keep_monthly: 12 borg_keep_monthly: 12
borg_host_dir: "/borg/{{ ansible_fqdn }}/" borg_host_dir: "/borg/{{ ansible_hostname }}/"
borg_backup_directories: borg_backup_directories:
- "/etc/" - "/etc/"
- "/var/" - "/var/"