firewall first
This commit is contained in:
parent
a24d0cb621
commit
fcbc17286a
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
- name: Ensure configuration of UFW for dbmail
|
||||
include_tasks: configure_ufw.yml
|
||||
when: configure_ufw
|
||||
|
||||
- name: Ensure installation of software
|
||||
include_tasks: install.yml
|
||||
|
||||
|
@ -11,10 +15,6 @@
|
|||
- name: Ensure configuration of dbmail
|
||||
include_tasks: configure_dbmail.yml
|
||||
|
||||
- name: Ensure configuration of UFW for dbmail
|
||||
include_tasks: configure_ufw.yml
|
||||
when: configure_ufw
|
||||
|
||||
- name: Ensure certificates are configured
|
||||
include_tasks: configure_certificates.yml
|
||||
when: dbmail_configuration['POP']['tls_port'] > 0 or dbmail_configuration['IMAP']['tls_port'] > 0 or dbmail_configuration['SIEVE']['tls_port'] > 0
|
||||
|
|
Loading…
Reference in a new issue