Merge pull request '🔥 Remove obsolete role dehydrated-cron' (!96) from delete-dehydrated-cron into master

Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/96
Reviewed-by: dkdent <dkdent@netz39.de>
This commit is contained in:
Stefan Haun 2022-10-25 16:00:33 +00:00
commit cebb705fe2
3 changed files with 0 additions and 15 deletions

View file

@ -1,4 +0,0 @@
---
dehydrated_cron_minute: "0"
dehydrated_cron_hour: "3"
dehydrated_cron_day: "*/5"

View file

@ -1,3 +0,0 @@
---
dependencies:
- role: ansible-role-dehydrated

View file

@ -1,8 +0,0 @@
---
- name: Install dehydrated cron job.
cron:
name: renew dehydrated certs
hour: "{{ dehydrated_cron_hour }}"
minute: "{{ dehydrated_cron_minute }}"
day: "{{ dehydrated_cron_day }}"
job: "{{ dehydrated_binary }} -c -g"