Files @ 3722152897ec
Branch filter:

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

branko
MAR-218: Disable Ansible lints for prefixed role variable names:

- At this point in time, it does not make much sense to introduce
prefixing and breaking every single role invocation.
- Might be worth revisting down the line, although it would require
understanding a bit more clearly if prefixing has any kind of
special logic handling or it's pure guidelines.
---

local_mail_aliases:
  root: "root testuser"
mail_message_size_limit: 20480001
smtp_from_relay_allowed: true
smtp_relay_host: mail-server
smtp_relay_host_port: 27
smtp_relay_truststore: "{{ lookup('file', 'tests/data/x509/ca/level1.cert.pem') }}"

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