use underscores instead of dashes inside role names
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
094334e069
commit
b8e4ece8a7
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@
|
||||||
# Deploy mail server
|
# Deploy mail server
|
||||||
- hosts: mail.auro.re
|
- hosts: mail.auro.re
|
||||||
roles:
|
roles:
|
||||||
- mail-utils
|
- mail_utils
|
||||||
- mail-certificates
|
- mail_certificates
|
||||||
- nfs-client
|
- nfs_client
|
||||||
- postfix
|
- postfix
|
||||||
- dovecot
|
- dovecot
|
||||||
# - rspamd
|
# - rspamd
|
||||||
# - mail-fail2ban
|
# - mail_fail2ban
|
||||||
#
|
#
|
||||||
# Make OVH server send mails through proxy ?
|
# Make OVH server send mails through proxy ?
|
||||||
# Add multiple MX
|
# Add multiple MX
|
||||||
|
|
Loading…
Reference in a new issue