Files @ 467a66f3ec65
Branch filter:

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

branko
MAR-5: Added handler for reloading systemd configuration to common role. Dropped installation of supervisor as part of web server role. Updted web server role to create directory for storing WSGI application sockets. Updated web server role to use correct directory for storing PHP website sockets.
---

ldap_client_config:
  - comment: Set the base DN
    option: BASE
    value: dc=example,dc=com
  - comment: Set the default URI
    option: URI
    value: ldap://ldap.example.com/
  - comment: Set the LDAP TLS truststore
    option: TLS_CACERT
    value: /etc/ssl/certs/example_ca_chain.pem

local_mail_aliases:
  root: "root john.doe@example.com"

smtp_relay_host: mail.example.com

smtp_relay_truststore: /etc/ssl/certs/example_ca_chain.pem

https_tls_key: "{{ inventory_dir }}/tls/web.example.com_https.key"
https_tls_certificate: "{{ inventory_dir }}/tls/web.example.com_https.pem"

web_default_title: "Welcome to Example Inc."
web_default_message: "You are attempting to access the web server using a wrong name or an IP address. Please check your URL."