Files @ 7e21feb6e4ee
Branch filter:

Location: majic-ansible-roles/roles/web_server/molecule/default/converge.yml

branko
MAR-230: Add support for TLSv1.3 to the web_server role and drop TLSv1.1 from tests:

- Update the role defaults, make sure to include additional ciphers
for TLSv1.3.
- Document the specifics of TLSv1.3 cipher configuration.
- Update tests, dropping the hack/workaround that allows use of weaker
TLS protocols.
1
2
3
4
5
6
7
---

- name: Converge
  hosts: parameters-mandatory,parameters-optional
  become: true
  roles:
    - web_server