Deploy postfix on sputnik
parent
d6d09a3832
commit
4c50d7158c
12
network.yml
12
network.yml
|
@ -80,3 +80,15 @@
|
||||||
titanic: true
|
titanic: true
|
||||||
roles:
|
roles:
|
||||||
- postfix
|
- postfix
|
||||||
|
|
||||||
|
- hosts: sputnik.adm.crans.org
|
||||||
|
vars:
|
||||||
|
postfix:
|
||||||
|
primary: false
|
||||||
|
secondary: true
|
||||||
|
public: true
|
||||||
|
dkim: true
|
||||||
|
mailman: false
|
||||||
|
titanic: false
|
||||||
|
roles:
|
||||||
|
- postfix
|
||||||
|
|
2
re2o.yml
2
re2o.yml
|
@ -78,6 +78,6 @@
|
||||||
- re2o-firewall-routeur
|
- re2o-firewall-routeur
|
||||||
|
|
||||||
# Deploy re2o mail-server on MTA and MDA
|
# Deploy re2o mail-server on MTA and MDA
|
||||||
- hosts: titanic.adm.crans.org
|
- hosts: titanic.adm.crans.org,sputnik.adm.crans.org
|
||||||
roles:
|
roles:
|
||||||
- re2o-mail-server
|
- re2o-mail-server
|
||||||
|
|
Loading…
Reference in New Issue