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
|
||||
- hosts: mail.auro.re
|
||||
roles:
|
||||
- mail-utils
|
||||
- mail-certificates
|
||||
- nfs-client
|
||||
- mail_utils
|
||||
- mail_certificates
|
||||
- nfs_client
|
||||
- postfix
|
||||
- dovecot
|
||||
# - rspamd
|
||||
# - mail-fail2ban
|
||||
# - mail_fail2ban
|
||||
#
|
||||
# Make OVH server send mails through proxy ?
|
||||
# Add multiple MX
|
||||
|
|
Loading…
Reference in a new issue