Merge pull request #2 from sejo/IdentityFile

specify what file to use for ssh
This commit is contained in:
Luc Stroobant 2017-11-26 13:42:40 +01:00 committed by GitHub
commit 7b080ece6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
content: |
Host {{ item.fqdn }}
StrictHostKeyChecking no
IdentityFile {{ borgbackup_ssh_key }}
{% if item.port is defined %}
Port {{ item.port }}
{% endif %}