specify what file to use for ssh
Signed-off-by: Jochen Maes <jochen@sejo-it.be>
This commit is contained in:
parent
97fc547392
commit
8e47ea21a3
@ -22,6 +22,7 @@
|
||||
content: |
|
||||
Host {{ item.fqdn }}
|
||||
StrictHostKeyChecking no
|
||||
IdentityFile {{ borgbackup_ssh_key }}
|
||||
{% if item.port is defined %}
|
||||
Port {{ item.port }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user