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

pull/39/head
otthorn 3 years ago
parent cdcfad7ac2
commit d16676bfb6

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

Loading…
Cancel
Save