Files
configpolicy/group_vars/smtp-relay.yml
Dustin C. Hatch 94a89d8d78 smtp-relay: PB to deploy Postfix SMTP relay
The `smtp-relay.yml` playbook configures Postfix on the managed node as
an SMTP relay.
2018-04-15 11:38:51 -05:00

9 lines
165 B
YAML

smtp:
mode: relay
host: mail.pyrocufflink.net
port: 587
auth: plain
username: '{{ smtp_username }}'
password: '{{ smtp_password }}'
security: starttls