Files @ 5b6d00b0beab
Branch filter:

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

branko
MAR-170: Always enforce use of HTTPS in the wsgi_server role:

- Dropped the enforce_https parameter.
- Updated tests.
- Updated release notes.
---

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

extra_backup_patterns:
  - "/root"
  - "/home/admin"