mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-07-19 13:48:43 +02:00
renamed id_rsa to backup
This commit is contained in:
parent
ac07e91814
commit
dc79c0a287
@ -39,7 +39,7 @@
|
|||||||
hostname: database1.example.org
|
hostname: database1.example.org
|
||||||
port: 5433
|
port: 5433
|
||||||
borg_install_method: pip
|
borg_install_method: pip
|
||||||
backup_ssh_key_file: "{{ backup_user_info.home }}/.ssh/id_rsa"
|
backup_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup"
|
||||||
backup_ssh_command: "ssh -i {{ backup_ssh_key_file }} -o StrictHostKeyChecking=no"
|
backup_ssh_command: "ssh -i {{ backup_ssh_key_file }} -o StrictHostKeyChecking=no"
|
||||||
borgmatic_timer: "systemd"
|
borgmatic_timer: "systemd"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user