Skip to content
Snippets Groups Projects
Commit 4d87b48c authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible/playbooks/general#106 Configure cronjobs healthcheck

parent 1a093c74
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
name: Backup Keycloak DB {{ item.id }}
hour: 3
minute: 35
job: /usr/local/bin/keycloak_db_backup.sh > /dev/null 2>&1
job: /usr/local/bin/keycloak_db_backup.sh > /dev/null 2>&1 && {{ lookup('healthchecks', '', base_url='https://healthchecks.lakedrops.com', api_key=healthchecks.api, host=inventory_hostname, user='root', jobname=['Backup Keycloak DB ', item.id]|join(''), schedule='35 3 * * *', channels=healthchecks.channels|join(',')) }}
disabled: '{{ crons_disabled|default(false) }}'
with_items: '{{ keycloak_settings }}'
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment