Files @ db91799cc8fa
Branch filter:

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

branko
MAR-72: Set-up symbolic link for mysql_config pointing to mariadb_config when installing the libmariadb-client-lgpl-dev-compat package via common, php_website, or wsgi_website roles. Mainly useful when installin MySQL-python in wsgi_website role, but added in all three places for completeness.
1
2
3
4
{% for item in backup_server_host_ssh_public_keys %}
[{{ backup_server }}]:2222 {{ item }}
{{ backup_server }} {{ item }}
{% endfor %}