Files @ 9f804c9501da
Branch filter:

Location: majic-ansible-roles/testsite/group_vars/xmpp.yml - annotation

branko
MAR-39: Added support for specifying consumers of LDAP structure to the LDAP server role. Added support to the LDAP server role for specifying groups to create. Modified the ldap_entry implementation, replacing the addattributes/replaceattributes with append/replace states. The new states allow for creation of entry if it does not exist, making them more versatille. The existing classes and configurations have been updated accordingly.
---

local_mail_aliases:
  root: "root john.doe@{{ testsite_domain }}"

smtp_relay_host: mail.{{ testsite_domain }}

smtp_relay_truststore: /etc/ssl/certs/ca.pem

xmpp_administrators:
  - john.doe@{{ testsite_domain }}

xmpp_tls_key: "{{ inventory_dir }}/tls/xmpp.{{ testsite_domain }}_xmpp.key"

xmpp_tls_certificate: "{{ inventory_dir }}/tls/xmpp.{{ testsite_domain }}_xmpp.pem"

xmpp_domains:
  - "{{ testsite_domain }}"

xmpp_ldap_server: ldap.{{ testsite_domain }}

xmpp_ldap_bind_dn: cn=xmpp,ou=services,{{ testsite_ldap_base }}

xmpp_ldap_password: xmpp

xmpp_ldap_filter: '(&(memberOf=cn=xmpp,ou=groups,{{ testsite_ldap_base }})(mail=$user@$host))'

xmpp_ldap_scope: "onelevel"

xmpp_ldap_base: "ou=people,{{ testsite_ldap_base }}"