smtp-relay: PB to deploy Postfix SMTP relay
The `smtp-relay.yml` playbook configures Postfix on the managed node as an SMTP relay.jenkins-master
parent
c5abee997e
commit
94a89d8d78
|
@ -0,0 +1,8 @@
|
||||||
|
smtp:
|
||||||
|
mode: relay
|
||||||
|
host: mail.pyrocufflink.net
|
||||||
|
port: 587
|
||||||
|
auth: plain
|
||||||
|
username: '{{ smtp_username }}'
|
||||||
|
password: '{{ smtp_password }}'
|
||||||
|
security: starttls
|
2
hosts
2
hosts
|
@ -50,3 +50,5 @@ dns0.pyrocufflink.blue
|
||||||
|
|
||||||
[zabbix:children]
|
[zabbix:children]
|
||||||
zabbix-server
|
zabbix-server
|
||||||
|
|
||||||
|
[smtp-relay]
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
- hosts: smtp-relay
|
||||||
|
roles:
|
||||||
|
- postfix
|
Loading…
Reference in New Issue