Files @ ec2d038c9332
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/tls.conf.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).
ssl_protocols {{ web_server_tls_protocols | join(" ") }};
ssl_ciphers {{ web_server_tls_ciphers }};