Files @ 19020779a000
Branch filter:

Location: majic-ansible-roles/testsite/group_vars/xmpp.yml

branko
MAR-108: Implemented initial boilerplate for backup_client tests:

- Fixed backup_client role handling of encryption keys.
- Fixed backup server URI (had too many forward slashes).
- Added Molecule instance configuration file for backup server, one backup
client for testing mandatory parameters, and one backup client for testing
optional parameters.
- Implemented playbook for setting-up the test instances.
- Added test data (SSH, GnuPG keys).
- Added dummy (stock) Molecule test file.
---

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 }}"