infra_public/vars/smtp.yml

5 lines
218 B
YAML

smtp_from: '<redacted>'
smtp_smarthost: 'mail.gandi.net:587'
smtp_auth_username: '<redacted>'
smtp_auth_password: "{{ lookup('passwordstore', 'chiavi_antennine/emails/<redacted>', errors='strict') | default(omit) }}"