Files @ 24c957d877de
Branch filter:

Location: majic-ansible-roles/roles/backup_client/templates/known_hosts.j2

branko
MAR-96: Fixed indentation for code listing in testsite documentation for generating the SSH keys. Added an extra "workstation" machine to test site meant to be used for testing Debian 9 Stretch compatibility. Moved testing of "extra_backup_patterns" into the new workstation machine.
1
2
3
4
{% for item in backup_server_host_ssh_public_keys %}
[{{ backup_server }}]:2222 {{ item }}
{{ backup_server }} {{ item }}
{% endfor %}