Skip to content
Snippets Groups Projects
Commit 2c5ed33e authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible/playbooks/general#106 Configure cronjobs healthcheck

parent 262d9181
Branches
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
name: Cleanup Docker name: Cleanup Docker
hour: 23 hour: 23
minute: 55 minute: 55
job: /usr/bin/docker system prune -f > /dev/null 2>&1 job: /usr/bin/docker system prune -f > /dev/null 2>&1 && {{ lookup('healthchecks', '', base_url='https://healthchecks.lakedrops.com', api_key=healthchecks.api, host=inventory_hostname, user='root', jobname='Cleanup Docker', schedule='55 23 * * *', channels=healthchecks.channels|join(',')) }}
disabled: '{{ crons_disabled|default(false) }}' disabled: '{{ crons_disabled|default(false) }}'
tags: tags:
- cron - cron
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment