Change default key name

Sometimes it doesn't work with the @ sign
This commit is contained in:
phil 2023-04-08 21:55:23 +02:00
parent 5cbe4b5e4e
commit 90153baf93

View file

@ -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: