mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-11 08:11:15 +02:00
Allow overriding which cron file gets updated
This commit is contained in:
@@ -5,6 +5,7 @@ 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 --no-self-upgrade"
|
||||
certbot_auto_renew_cron_file:
|
||||
|
||||
# Parameters used when creating new Certbot certs.
|
||||
certbot_etc: /etc/letsencrypt
|
||||
|
||||
Reference in New Issue
Block a user