ansible/mailserver.yml
otthorn ca6d4a9839
Some checks failed
continuous-integration/drone/push Build is failing
commented unused tasks for the moment
2021-01-14 22:48:13 +01:00

27 lines
471 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
# Deploy base and security
- hosts: mail.adm.auro.re
roles:
- baseconfig
- basesecurity
# Deploy LDAP
- hosts: mail.adm.auro.re
roles:
- ldap_client
# Deploy mail server
- hosts: mail.adm.auro.re
roles:
- mail-utils
- postfix
- dovecot
# - rspamd
# - mail-certificates
# - mail-fail2ban
# Make OVH server send mails through proxy ?
# Add multiple MX
# Configure DKIM, SPF, Greylisting, etc...