add postfix non mailhost playbook

pull/17/head
otthorn 3 years ago
parent a8a226a4f9
commit e151c1c3fd

@ -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…
Cancel
Save