linderhof/roles/restic/templates/restic-ssh-config.j2

5 lines
113 B
Text
Raw Normal View History

Host {{ restic_host }}
IdentityFile {{ restic_ssh_key }}
User {{ restic_user }}
Port {{ restic_ssh_port }}