From a0398f89e321a345bd73fc0b051b50b03c7c0535 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 21 Jun 2021 14:37:05 +0200 Subject: [PATCH] Firewall before letsencrypt. --- .../bootstrap-roles/deb-ubuntu-common/meta/main.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml b/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml index eb80f885..b626a912 100644 --- a/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml +++ b/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml @@ -1,12 +1,7 @@ --- dependencies: - role: '../../library/roles/ubuntu-deb-general' - - { role: '../../library/roles/cloud-init', when: ansible_product_name == "oVirt Node" } - role: '../../library/roles/sshd_config' - - src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-letsencrypt-acme-sh-client.git - version: master - name: letsencrypt-acme-sh-client - state: latest - src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-rsyslog.git version: master name: rsyslog @@ -15,6 +10,13 @@ dependencies: version: master name: linux-firewall state: latest + - src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-letsencrypt-acme-sh-client.git + version: master + name: letsencrypt-acme-sh-client + state: latest + when: letsencrypt_acme_install is defined and letsencrypt_acme_install + - role: '../../library/roles/nagios' + when: nagios_enabled is defined and nagios_enabled - src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-zabbix-agent.git version: master name: zabbix-agent