Files @ dabe2c541877
Branch filter:

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

branko
MAR-166: Deploy pipreqcheck files to correct directory based on Python version selected via the wsgi_requirements role.
---

enable_backup: false
xmpp_domains:
  - "{{ ansible_domain }}"
xmpp_prosody_package: "prosody-0.10"
xmpp_server_tls_protocol: "tlsv1_2+"
xmpp_server_tls_ciphers: "\
DHE-RSA-AES128-GCM-SHA256:\
DHE-RSA-AES256-GCM-SHA384:\
DHE-RSA-CHACHA20-POLY1305:\
ECDHE-RSA-AES128-GCM-SHA256:\
ECDHE-RSA-AES256-GCM-SHA384:\
ECDHE-RSA-CHACHA20-POLY1305:\
!aNULL:!MD5:!EXPORT"