mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-09-14 01: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).
|
- name: Add cron job for certbot renewal (if configured).
|
||||||
cron:
|
cron:
|
||||||
name: Certbot automatic renewal.
|
name: Certbot automatic renewal.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
certbot_package: certbot
|
certbot_package: certbot
|
||||||
certbot_dns_cloudflare_package: python3-certbot-dns-cloudflare
|
certbot_dns_cloudflare_package: python3-certbot-dns-cloudflare
|
||||||
|
certbot_cron_package: cron
|
||||||
|
Loading…
x
Reference in New Issue
Block a user