Files @ 90417b999b1e
Branch filter:

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

branko
MAR-3: Adding the XMPP server to test site. Updated LDAP entry creation in test site to include the XMPP-related entries (service entry and group).
---

prosody_administrators:
  - john.doe@example.com

prosody_tls_key: /etc/prosody/certs/localhost.key

prosody_tls_certificate: /etc/prosody/certs/localhost.crt

prosody_domains:
  - example.com

prosody_conference_fqdn:
  - conference.example.com

prosody_proxy_fqdn: proxy.example.com

prosody_ldap_server: ldap.example.com

prosody_ldap_bind_dn: cn=prosody,ou=services,dc=example,dc=com

prosody_ldap_password: prosody

prosody_ldap_filter: '(memberOf=cn=xmpp,ou=groups,dc=example,dc=com)'

prosody_ldap_scope: "onelevel"

prosody_ldap_tls: "true"

prosody_ldap_base: "ou=people,dc=example,dc=com"