Files @ 72a32e8be299
Branch filter:

Location: majic-ansible-roles/roles/web_server/molecule/default/group_vars/parameters-optional.yml

branko
MAR-239: Dropped support for Debian 11 Bullseye from the web_server role.
---

default_https_tls_certificate: "{{ lookup('file', 'tests/data/x509/server/{{ inventory_hostname }}_https.cert.pem') }}"
default_https_tls_key: "{{ lookup('file', 'tests/data/x509/server/{{ inventory_hostname }}_https.key.pem') }}"
environment_indicator:
  background_colour: "#ff0000"
  text_colour: "#00ff00"
  text: "parameters-optional"
web_default_title: "Optional Welcome"
web_default_message: "Welcome to default virtual host."
web_server_tls_protocols:
  - TLSv1.1
  - TLSv1.2
web_server_tls_ciphers: "DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-GCM-SHA384:\
DHE-RSA-AES256-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-GCM-SHA384:\
ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:!aNULL:!MD5:!EXPORT"

# common
ca_certificates:
  testca: "{{ lookup('file', 'tests/data/x509/ca/level1.cert.pem') }}"