add pingfinder
parent
11b906d401
commit
975bc156a1
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
- name: Download Pingfinder Script
|
||||||
|
get_url:
|
||||||
|
url: "{{ dn42_pingfinder_download_url }}"
|
||||||
|
dest: "{{ dn42_pingfinder_location }}"
|
||||||
|
owner: "root"
|
||||||
|
group: "root"
|
||||||
|
mode: "0755"
|
||||||
|
|
||||||
|
- name: Add Pingfinder Cronjob
|
||||||
|
cron:
|
||||||
|
job: "UUID={{ dn42_pingfinder_uuid }} LOGFILE:{{ dn42_pingfinder_logfile }} {{ dn42_pingfinder_location }}"
|
||||||
|
minute: "*/5"
|
Loading…
Reference in New Issue