infra/ansible/inventory/group_vars/debops_all_hosts/nullmailer.yml

15 lines
316 B
YAML

---
nullmailer__enabled: True
nullmailer__adminaddr: log@bij1.org
nullmailer__remotes:
- host: 'smtp.transip.email'
port: '587'
auth: True
user: 'log@bij1.org'
pass: '{{ lookup("password", secret + "/smtp/credentials/transip/log/password length=12") }}'
nullmailer__allmailfrom: 'log@bij1.org'