|
|
@ -1,7 +1,7 @@ |
|
|
|
--- |
|
|
|
--- |
|
|
|
# Certbot auto-renew cron job configuration (for certificate renewals). |
|
|
|
# Certbot auto-renew cron job configuration (for certificate renewals). |
|
|
|
certbot_auto_renew: true |
|
|
|
certbot_auto_renew: true |
|
|
|
certbot_auto_renew_user: "{{ ansible_user }}" |
|
|
|
certbot_auto_renew_user: "{{ ansible_user | default(lookup('env', 'USER')) }}" |
|
|
|
certbot_auto_renew_hour: 3 |
|
|
|
certbot_auto_renew_hour: 3 |
|
|
|
certbot_auto_renew_minute: 30 |
|
|
|
certbot_auto_renew_minute: 30 |
|
|
|
certbot_auto_renew_options: "--quiet --no-self-upgrade" |
|
|
|
certbot_auto_renew_options: "--quiet --no-self-upgrade" |
|
|
|