Add dependencies of backup script
This commit is contained in:
parent
3c0ea05f5c
commit
cf23a37aa0
4 changed files with 43 additions and 14 deletions
5
roles/backups/templates/ssh_config
Normal file
5
roles/backups/templates/ssh_config
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Host {{ borg_base.remote_host }}
|
||||
HostName {{ borg_base.remote_host }}
|
||||
User {{ borg_base.remote_user }}
|
||||
IdentityFile {{ backup_script_ssh_key_location }}
|
||||
StrictHostKeyChecking accept-new
|
||||
Loading…
Add table
Add a link
Reference in a new issue