Files @ 896fbddd5887
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/tls.conf.j2

branko
MAR-131: Refactored pipreqcheck tests in common role to be parametrised, part of preparing for adding Python 3 support.
ssl_protocols {{ web_server_tls_protocols | join(" ") }};
ssl_ciphers {{ web_server_tls_ciphers }};