🔥 Remove obsolete role dehydrated-cron

We replaced this with penguineer.dehydrated_cron.
This commit is contained in:
Stefan Haun 2022-10-25 16:52:59 +02:00
parent f6b95eab2f
commit e071790c1e
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"