Merge pull request #2 from sejo/IdentityFile
specify what file to use for ssh
This commit is contained in:
commit
7b080ece6e
@ -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