diff --git a/testsite/group_vars/xmpp.yml b/testsite/group_vars/xmpp.yml index f26c906a09b95700bd1244ce5deb30286bec94ad..e003fac54f42ec660698b849411b31b3affc31cd 100644 --- a/testsite/group_vars/xmpp.yml +++ b/testsite/group_vars/xmpp.yml @@ -1,19 +1,5 @@ --- -ldap_client_config: - - comment: Set the base DN - option: BASE - value: "{{ testsite_ldap_base }}" - - comment: Set the default URI - option: URI - value: ldapi:/// - - comment: Set the default bind DN - option: BINDDN - value: cn=admin,{{ testsite_ldap_base }} - - comment: Set the LDAP TLS truststore - option: TLS_CACERT - value: /etc/ssl/certs/ca.pem - local_mail_aliases: root: "root john.doe@{{ testsite_domain }}"