ansible/playbooks/deploy_postfix_non_mailhost.yml

10 lines
231 B
YAML
Raw Normal View History

#!/usr/bin/env ansible-playbook
2021-02-16 01:52:28 +01:00
---
# 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
roles:
- postfix_non_mailhost