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:
commit
cebb705fe2
3 changed files with 0 additions and 15 deletions
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
dehydrated_cron_minute: "0"
|
||||
dehydrated_cron_hour: "3"
|
||||
dehydrated_cron_day: "*/5"
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: ansible-role-dehydrated
|
|
@ -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"
|
Loading…
Reference in a new issue