Files @ 490c7b153f52
Branch filter:

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

branko
Noticket: Improved logic behind a couple of tests that use commands to ensure a specific error is happening for tests to pass.
1
2
3
4
5
6
7
---

enable_backup: False
xmpp_domains:
  - "{{ ansible_domain }}"
xmpp_tls_certificate: "{{ lookup('file', tls_certificate_dir + '/' + ansible_fqdn + '_xmpp.pem') }}"
xmpp_tls_key: "{{ lookup('file', tls_private_key_dir + '/' + ansible_fqdn + '_xmpp.key') }}"