Files @ 734eb461396e
Branch filter:

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

branko
MAR-218: Document the passlib Python package requirement:

- The library is used for hashing the operating system user passwords
during account creation.
---

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"