[borgbackup_client] hostname should also be unique, but more legible than fqdn
This commit is contained in:
parent
cdcfad7ac2
commit
d16676bfb6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue