mirror of
https://github.com/nikdoof/ansible-certbot.git
synced 2025-12-13 15:42:18 +00:00
Cleanup RHEL/CentOS support
This commit is contained in:
@@ -6,3 +6,13 @@ certbot_plugin_arguments:
|
||||
digitalocean: --dns-digitalocean --dns-digitalocean-credentials /root/do_secrets.ini
|
||||
godaddy: --authenticator dns-godaddy --dns-godaddy-credentials /root/gd_secrets.ini
|
||||
default: "--webroot -w /var/www/acme-challenge"
|
||||
|
||||
certbot_packages:
|
||||
- certbot
|
||||
|
||||
certbot_extension_packages:
|
||||
- python3-certbot-dns-digitalocean
|
||||
|
||||
certbot_extension_pypi_packages: []
|
||||
|
||||
certbot_timer_service: certbot.timer
|
||||
Reference in New Issue
Block a user