specify what file to use for ssh

Signed-off-by: Jochen Maes <jochen@sejo-it.be>
This commit is contained in:
Jochen Maes 2017-11-26 12:11:55 +01:00
parent 97fc547392
commit 8e47ea21a3
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 %}