You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/mailserver.yml

17 lines
321 B
YAML

#!/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...