mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
9 lines
220 B
YAML
9 lines
220 B
YAML
|
---
|
||
|
- name: Add healthchecks.io cronjob
|
||
|
cron:
|
||
|
name: healthchecks.io
|
||
|
minute: "*/{{ healthchecks_ping_minutes }}"
|
||
|
user: root
|
||
|
cron_file: /etc/crontab
|
||
|
job: "curl -m 10 --retry 5 {{ healthchecks_url }}"
|