ansible/mailserver.yml
Otthorn b8e4ece8a7
Some checks failed
continuous-integration/drone/push Build is failing
use underscores instead of dashes inside role names
2021-01-29 23:44:20 +01:00

16 lines
317 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
# Deploy mail server
- hosts: mail.auro.re
roles:
- mail_utils
- mail_certificates
- nfs_client
- postfix
- dovecot
# - rspamd
# - mail_fail2ban
#
# Make OVH server send mails through proxy ?
# Add multiple MX
# Configure DKIM, SPF, Greylisting, etc...