Files @ 5eb7821a1e4d
Branch filter:

Location: majic-ansible-roles/roles/ldap_server/handlers/main.yml - annotation

branko
MAR-218: Switch to using ldap_attrs module:

- Update invocations and syntax.
- Drop the workaround for configuring TLS on the LDAP server (should
be possible to set all relevant attributes at the same time at this
point).
- Group some invocations where it makes sense.
1
2
3
4
5
6
---

- name: Restart slapd
  ansible.builtin.service:
    name: slapd
    state: restarted