Files @ 18cd76ec050d
Branch filter:

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

branko
MAR-51: Replaced referencing of local files for TLS keys and certificates with actual values. Documentation has been updated throughout to reflect this in both role reference and usage instructions.
---

enforce_https: True
packages: []
rewrites: []
static_locations: []
use_paste: False
virtualenv_packages: []
admin: "web-{{ fqdn | replace('.', '_') }}"
https_tls_certificate: "{{ lookup('file', tls_certificate_dir + '/' + fqdn + '_https.pem') }}"
https_tls_key: "{{ lookup('file', tls_private_key_dir + '/' + fqdn + '_https.key') }}"