Configure the firewall before trying to get the X509 certificates.

This commit is contained in:
Andrea Dell'Amico 2019-10-31 12:21:17 +01:00
parent 07e7139b79
commit 440a783369
1 changed files with 1 additions and 1 deletions

View File

@ -2,10 +2,10 @@
dependencies:
- role: '../../library/roles/ubuntu-deb-general'
- { role: '../../library/roles/cloud-init', when: ansible_product_name == "oVirt Node" }
- role: '../../library/roles/iptables'
- { role: '../../library/roles/data_disk', when: additional_disks is defined and additional_disks }
- role: '../../library/roles/sshd_config'
- { role: '../library/roles/letsencrypt-acme-sh-client', when: letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install }
- role: '../../library/roles/iptables'
- { role: '../../library/roles/nagios', when: nagios_enabled is defined }
- { role: '../../library/roles/prometheus-node-exporter', when: prometheus_enabled }