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: |
|
content: |
|
||||||
Host {{ item.fqdn }}
|
Host {{ item.fqdn }}
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
|
IdentityFile {{ borgbackup_ssh_key }}
|
||||||
{% if item.port is defined %}
|
{% if item.port is defined %}
|
||||||
Port {{ item.port }}
|
Port {{ item.port }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user