mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-25 09:10:56 +02:00
add certbot-nginx support, remove ubuntu 16.04
This commit is contained in:
+1
-1
@@ -5,11 +5,11 @@ certbot_auto_renew_user: "{{ ansible_user | default(lookup('env', 'USER')) }}"
|
||||
certbot_auto_renew_hour: "3"
|
||||
certbot_auto_renew_minute: "30"
|
||||
certbot_auto_renew_options: "--quiet"
|
||||
certbot_package: certbot
|
||||
|
||||
certbot_testmode: false
|
||||
certbot_hsts: false
|
||||
|
||||
|
||||
# Parameters used when creating new Certbot certs.
|
||||
certbot_create_if_missing: false
|
||||
certbot_create_method: standalone
|
||||
|
||||
Reference in New Issue
Block a user