ansible-role-certbot/vars/RedHat.yml
Adrien Reslinger 83170bbe6b
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update ansible code
2022-08-16 16:07:26 +02:00

11 lines
356 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