Change default key name
Sometimes it doesn't work with the @ sign
This commit is contained in:
parent
5cbe4b5e4e
commit
90153baf93
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ borgmatic_timer: cron
|
|||
borgmatic_timer_hour: "{{ range(0, 5) | random(seed=inventory_hostname) }}"
|
||||
borgmatic_timer_minute: "{{ range(0, 59) | random(seed=inventory_hostname) }}"
|
||||
|
||||
borgbase_ssh_key_name: "backup@{{ inventory_hostname }}"
|
||||
borgbase_ssh_key_name: "backup_{{ inventory_hostname }}"
|
||||
|
||||
borgmatic_config_name: config.yaml
|
||||
borgmatic_hooks:
|
||||
|
|
Loading…
Reference in a new issue