mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Removes cron yml
This commit is contained in:
parent
3e46e4ba8f
commit
31451b91eb
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Add cron job for certbot renewal (if configured).
|
|
||||||
cron:
|
|
||||||
name: Certbot automatic renewal.
|
|
||||||
job: "{{ certbot_script }} renew --quiet --no-self-upgrade"
|
|
||||||
minute: "{{ certbot_auto_renew_minute }}"
|
|
||||||
hour: "{{ certbot_auto_renew_hour }}"
|
|
||||||
user: "{{ certbot_auto_renew_user }}"
|
|
@ -9,5 +9,5 @@
|
|||||||
- name: Create certbot-renew timer
|
- name: Create certbot-renew timer
|
||||||
template:
|
template:
|
||||||
src: certbot-renew.timer
|
src: certbot-renew.timer
|
||||||
dest: /etc/systemd/system/certbot-renew.timer
|
dest: /etc/systemd/system/certbot-renew.timer.j2
|
||||||
notify: restart-certbot-renew-service
|
notify: restart-certbot-renew-service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user