You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
387 B
YAML
15 lines
387 B
YAML
---
|
|
- 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:
|
|
name: Run Pingfinder
|
|
job: "UUID={{ dn42_pingfinder_uuid }} LOGFILE:{{ dn42_pingfinder_logfile }} {{ dn42_pingfinder_location }}"
|
|
minute: "*/5"
|