Files @ 694893c0259a
Branch filter:

Location: majic-ansible-roles/roles/ldap_client/molecule/default/group_vars/parameters-optional.yml - annotation

branko
MAR-218: Fix linting errors for unnamed plays:

- All plays should be named at this point.
- Improve naming of some plays.
- Group some of the common tasks together to speed-up the prepare
step.
- Minor refactoring to make the prepare playbooks more consistent
across the roles.
---

ldap_client_config:
  - comment: CA truststore
    option: TLS_CACERT
    value: /etc/ssl/certs/testca.cert.pem
  - comment: Ensure TLS is enforced
    option: TLS_REQCERT
    value: demand
  - comment: Default URI to connect to
    option: URI
    value: ldaps://ldap-server/
  - comment: Base entry
    option: BASE
    value: dc=local