8 lines
217 B
YAML
8 lines
217 B
YAML
certbot_packages:
|
|
- certbot
|
|
- python2-dns-lexicon
|
|
certbot_webpackages:
|
|
# - {% if certbot_authservice == 'httpd' %}httpd{% elif certbot_authservice == 'nginx' %}nginx{% endif %}
|
|
- httpd
|
|
certbot_webuser: apache
|
|
|