Files @ a42e5683f4bc
Branch filter:

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

branko
MAR-218: Drop documentation references to only Python 3 being supported:

- The project is at this point only supporting Python 3, and all
modern distros support only Python 3 nowadays. No need to be
explicit anymore.
---

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"