Initial
This commit is contained in:
8
roles/geerlingguy.certbot/tasks/renew-cron.yml
Normal file
8
roles/geerlingguy.certbot/tasks/renew-cron.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Add cron job for certbot renewal (if configured).
|
||||
cron:
|
||||
name: Certbot automatic renewal.
|
||||
job: "{{ certbot_script }} renew {{ certbot_auto_renew_options }}"
|
||||
minute: "{{ certbot_auto_renew_minute }}"
|
||||
hour: "{{ certbot_auto_renew_hour }}"
|
||||
user: "{{ certbot_auto_renew_user }}"
|
||||
Reference in New Issue
Block a user