Files @ 5eb7821a1e4d
Branch filter:

Location: majic-ansible-roles/roles/xmpp_server/meta/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.
---

dependencies:
  - common
  - role: backup
    when: enable_backup
    backup_patterns_filename: "xmpp_server"
    backup_patterns:
      - "/var/lib/prosody"

galaxy_info:
  role_name: xmpp_server
  namespace: azaghal
  author: Branko Majic
  description: Sets-up a Prosody XMPP server using LDAP directory as source of domain/user information
  license: BSD
  min_ansible_version: "10.3"
  platforms:
    - name: Debian
      versions:
        - bookworm