ansible/mailserver.yml

18 lines
341 B
YAML
Raw Normal View History

2021-01-14 12:25:23 +01:00
#!/usr/bin/env ansible-playbook
2021-01-14 12:16:20 +01:00
---
# Deploy mail server
2021-01-17 12:47:58 +01:00
- hosts: mail.auro.re
2021-01-17 13:27:55 +01:00
roles:
- mail_utils
- mail_certificates
- nfs_client
2021-01-17 23:48:36 +01:00
- postfix
2021-01-29 00:55:02 +01:00
- dovecot
- re2o-service-mail
2021-01-14 22:48:13 +01:00
# - rspamd
# - mail-fail2ban
2021-01-17 12:47:58 +01:00
#
2021-01-14 12:16:20 +01:00
# Make OVH server send mails through proxy ?
# Add multiple MX
# Configure DKIM, SPF, Greylisting, etc...