Files
@ 28de9251c7aa
Branch filter:
Location: majic-ansible-roles/testsite/group_vars/xmpp.yml - annotation
28de9251c7aa
624 B
text/x-yaml
MAR-239: Dropped support for Debian 11 Bullseye from the xmpp_server role.
90417b999b1e 90417b999b1e 7ab6518de03b 0f17841d0aad 7ab6518de03b 0f17841d0aad 7ab6518de03b 1b05bae8e440 2285dcdda345 1b76d272e529 0f17841d0aad 90417b999b1e 18cd76ec050d 90417b999b1e 18cd76ec050d 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: "{{ lookup('file', inventory_dir + '/tls/ca.pem') }}"
xmpp_administrators:
- john.doe@{{ testsite_domain }}
xmpp_tls_key: "{{ lookup('file', inventory_dir + '/tls/xmpp.' + testsite_domain + '_xmpp.key') }}"
xmpp_tls_certificate: "{{ lookup('file', 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 }}"
|