ansible-restic/templates/ssh_config.j2
2019-03-21 08:51:17 +01:00

5 lines
167 B
Django/Jinja

Host {{ restic_ssh_host }}
User {{ restic_ssh_user }}
HostName {{ restic_ssh_hostname }}
IdentityFile {{ restic_ssh_private_key_path }}
Port {{ restic_ssh_port }}