mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-14 20:43:57 +00:00
8 lines
192 B
YAML
8 lines
192 B
YAML
|
---
|
||
|
- name: Add healthchecks.io cronjob
|
||
|
cron:
|
||
|
name: healthchecks.io
|
||
|
minute: "*/{{ healthchecks_ping_minutes }}"
|
||
|
user: root
|
||
|
job: "curl -m 10 --retry 5 {{ healthchecks_url }}"
|