Files
@ 6ac610bd3314
Branch filter:
Location: majic-ansible-roles/testsite/group_vars/xmpp.yml - annotation
6ac610bd3314
546 B
text/x-yaml
MAR-55: Accept incoming connections to port 636 on LDAP server.
90417b999b1e 90417b999b1e 7ab6518de03b 0f17841d0aad 7ab6518de03b 0f17841d0aad 7ab6518de03b 70733167cdf8 2285dcdda345 1b76d272e529 0f17841d0aad 90417b999b1e 1b76d272e529 90417b999b1e 1b76d272e529 90417b999b1e 1b76d272e529 0f17841d0aad 90417b999b1e 1b76d272e529 90417b999b1e 011f651f90ce 90417b999b1e 011f651f90ce | ---
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_password: prosody
xmpp_ldap_base_dn: "{{ testsite_ldap_base }}"
|