Files @ 750530fa9bb1
Branch filter:

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

branko
MAR-239: Dropped support for Debian 11 Bullseye from the ldap_server role:

- Debian 12 Bookworm and upwards no longer install/configure rsyslog
by default, drop the related tests, tasks, and configuration files.
1
2
3
4
{% for item in backup_server_host_ssh_public_keys %}
[{{ backup_server }}]:{{ backup_server_port }} {{ item }}
{{ backup_server }} {{ item }}
{% endfor %}