add postfix non mailhost playbook

This commit is contained in:
otthorn 2021-02-16 01:52:28 +01:00
parent a8a226a4f9
commit e151c1c3fd

View 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