Files @ dbc3381e1ff3
Branch filter:

Location: majic-ansible-roles/roles/xmpp_server/defaults/main.yml

branko
MAR-44: Implemented backup support for the XMPP server role. Updated test site to include XMPP server as one of the backup clients.
1
2
3
4
5
---

xmpp_domains: "{{ ansible_domain }}"
xmpp_tls_certificate: "{{ tls_certificate_dir }}/{{ ansible_fqdn }}_xmpp.pem"
xmpp_tls_key: "{{ tls_private_key_dir }}/{{ ansible_fqdn }}_xmpp.key"