From dc79c0a2879b4074409cce6d5e0e7ddf3a35b50e Mon Sep 17 00:00:00 2001 From: Frank Dornheim <524257+conloos@users.noreply.github.com> Date: Sat, 11 Mar 2023 23:13:38 +0100 Subject: [PATCH] renamed id_rsa to backup --- molecule/default/converge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 2681059..e0e90d3 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -39,7 +39,7 @@ hostname: database1.example.org port: 5433 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" borgmatic_timer: "systemd"