This commit is contained in:
Gabenov Stanislav
2026-02-09 20:26:15 +03:00
parent 0b058c35de
commit 4e5abeef56
31 changed files with 1009 additions and 0 deletions

View 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 }}"