Deploy postfix on sputnik

certbot_on_virtu
_benjamin 2020-01-25 08:37:27 +01:00
parent d6d09a3832
commit 4c50d7158c
2 changed files with 13 additions and 1 deletions

View File

@ -80,3 +80,15 @@
titanic: true
roles:
- postfix
- hosts: sputnik.adm.crans.org
vars:
postfix:
primary: false
secondary: true
public: true
dkim: true
mailman: false
titanic: false
roles:
- postfix

View File

@ -78,6 +78,6 @@
- re2o-firewall-routeur
# Deploy re2o mail-server on MTA and MDA
- hosts: titanic.adm.crans.org
- hosts: titanic.adm.crans.org,sputnik.adm.crans.org
roles:
- re2o-mail-server