Files @ ec2d038c9332
Branch filter:

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

branko
MAR-107: Initial test config for role 'backup_server':

- Added Molecule configuration with two instances (for testing mandatory and
optional parameters).
- Added test playbook that sets-up the two instances.
- Added test data (SSH keys).
1
2
3
4
{% for item in backup_server_host_ssh_public_keys %}
[{{ backup_server }}]:2222 {{ item }}
{{ backup_server }} {{ item }}
{% endfor %}