mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Merge 5373d04fd81792cf0dc4dc5fdb134647cf7c38a0 into f00a0ba181c826773cbd2f3a5052deab1fa704f0
This commit is contained in:
commit
e8e6e53d7f
@ -2,7 +2,7 @@
|
||||
- name: Add cron job for certbot renewal (if configured).
|
||||
cron:
|
||||
name: Certbot automatic renewal.
|
||||
job: "{{ certbot_script }} renew --quiet --no-self-upgrade"
|
||||
job: "{{ certbot_script }} {{certbot_renew_command}}"
|
||||
minute: "{{ certbot_auto_renew_minute }}"
|
||||
hour: "{{ certbot_auto_renew_hour }}"
|
||||
user: "{{ certbot_auto_renew_user }}"
|
||||
|
@ -1 +1,2 @@
|
||||
certbot_package: letsencrypt
|
||||
certbot_renew_command: "renew --no-self-upgrade"
|
||||
|
@ -1,2 +1,3 @@
|
||||
---
|
||||
certbot_package: certbot
|
||||
certbot_renew_command: "renew --quiet --no-self-upgrade"
|
||||
|
Loading…
x
Reference in New Issue
Block a user