From 440a7833696400ea9993823bf7ed9c3bc440301a Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 31 Oct 2019 12:21:17 +0100 Subject: [PATCH] Configure the firewall before trying to get the X509 certificates. --- library/bootstrap-roles/deb-ubuntu-common/meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml b/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml index 67a3074d..fea9d90c 100644 --- a/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml +++ b/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml @@ -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 }