add postfix non mailhost playbook
This commit is contained in:
parent
a8a226a4f9
commit
e151c1c3fd
1 changed files with 9 additions and 0 deletions
9
deploy_postfix_non_mailhost.yml
Normal file
9
deploy_postfix_non_mailhost.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
# Deploy a correclty configured postfix on non mailhost servers
|
||||||
|
- hosts: all,!unifi
|
||||||
|
vars:
|
||||||
|
local_network: 10.128.0.0/16
|
||||||
|
relay_host: proxy.adm.auro.re
|
||||||
|
myorigin: auro.re
|
||||||
|
roles:
|
||||||
|
- postfix-non-mailhost
|
Loading…
Reference in a new issue