mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-11 08:11:15 +02:00
Allow overriding /etc/letsencrypt location
This commit is contained in:
@@ -7,6 +7,7 @@ certbot_auto_renew_minute: "30"
|
||||
certbot_auto_renew_options: "--quiet --no-self-upgrade"
|
||||
|
||||
# Parameters used when creating new Certbot certs.
|
||||
certbot_etc: /etc/letsencrypt
|
||||
certbot_create_if_missing: false
|
||||
certbot_create_method: standalone
|
||||
certbot_admin_email: email@example.com
|
||||
|
||||
Reference in New Issue
Block a user