Files @ babda105c9cf
Branch filter:

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

branko
MAR-16: Added option to common role for setting-up caching proxy for apt.
---

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

db_root_password: "root"