Files @ a7e783c2d7d6
Branch filter:

Location: majic-ansible-roles/.ansible-lint

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

- Update the role defaults, make sure to include additional priority
strings for TLSv1.3.
- Document the specifics of TLSv1.3 cipher configuration.
- Update tests.
1
2
3
4
5
6
7
8
---

skip_list:
  # Disable check that insists on prefixing every single role variable with role name.
  - var-naming[no-role-prefix]

# Disable calling out to remote systems during testing.
offline: true