CentOS: use the acme.sh role.

This commit is contained in:
Andrea Dell'Amico 2019-10-28 12:49:15 +01:00
parent 7adc22f1b1
commit bcc0e96c5c
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ dependencies:
- role: '../../library/centos/roles/firewalld'
- role: '../../library/centos/roles/fail2ban'
- { role: '../../library/roles/cloud-init', when: ansible_product_name == "oVirt Node" }
- { role: '../../library/centos/roles/letsencrypt-acmetool-client', when: letsencrypt_acme_install }
- { role: '../../library/roles/letsencrypt-acme-sh-client', when: letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install }
- { role: '../../library/centos/roles/prometheus-node-exporter', when: prometheus_enabled }