Files @ 66da094b2fca
Branch filter:

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

branko
MAR-96: Moved setting of facts for gpg/gpg2 binary detection in backup_client role into separate yml file. Assigned the handlers tag to it to make sure the facts are available when only handlers get executed.
1
2
3
4
{% for item in backup_server_host_ssh_public_keys %}
[{{ backup_server }}]:2222 {{ item }}
{{ backup_server }} {{ item }}
{% endfor %}