forked from Netz39_Admin/netz39-infra-ansible
add month to dehydrated_cron config
This commit is contained in:
parent
4ff88a0af3
commit
1703e7226e
2 changed files with 4 additions and 2 deletions
|
@ -7,5 +7,6 @@ dehydrated_config_dir: "/usr/local/etc/dehydrated"
|
|||
dehydrated_certs_dir: "{{ dehydrated_config_dir }}/certs"
|
||||
dehydrated_wellknown_dir: "{{ dehydrated_config_dir }}/challenge"
|
||||
|
||||
dehydrated_cron_minute: 0
|
||||
dehydrated_cron_hour: 3
|
||||
dehydrated_cron_minute: "0"
|
||||
dehydrated_cron_hour: "3"
|
||||
dehydrated_cron_day: "*/5"
|
||||
|
|
|
@ -56,4 +56,5 @@
|
|||
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