Some checks reported errors
continuous-integration/drone/push Build encountered an error
11 lines
356 B
YAML
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
|