ansible-role-certbot/vars/RedHat.yml
Adrien Reslinger f44a0ee2f5
All checks were successful
continuous-integration/drone/push Build is passing
Add python packages for dns acme
2021-01-06 00:43:35 +01:00

12 lines
357 B
YAML

certbot_packages:
- certbot
- python2-certbot-dns-cloudflare
- python2-certbot-dns-digitalocean
- python2-certbot-dns-ovh
- python2-certbot-dns-rfc2136
- python2-certbot-dns-route53
certbot_webpackages:
# - {% if certbot_authservice == 'httpd' %}httpd{% elif certbot_authservice == 'nginx' %}nginx{% endif %}
- httpd
certbot_webuser: apache