mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-09-13 17:41:10 +02:00
Ensure cron install
This commit is contained in:
parent
cec91ab14d
commit
04163df8ad
@ -1,4 +1,9 @@
|
||||
---
|
||||
- name: Install cron package (if not present).
|
||||
package:
|
||||
name: "{{ certbot_cron_package }}"
|
||||
state: present
|
||||
|
||||
- name: Add cron job for certbot renewal (if configured).
|
||||
cron:
|
||||
name: Certbot automatic renewal.
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
certbot_package: certbot
|
||||
certbot_dns_cloudflare_package: python3-certbot-dns-cloudflare
|
||||
certbot_cron_package: cron
|
||||
|
Loading…
x
Reference in New Issue
Block a user