8 lines
258 B
YAML
8 lines
258 B
YAML
|
---
|
||
|
- name: Ping Monitoring
|
||
|
hosts: all
|
||
|
remote_user: root
|
||
|
tasks:
|
||
|
- name: Check that you can connect (GET) to a page and it returns a status 200
|
||
|
ansible.builtin.uri:
|
||
|
url: "https://monitor.keks.cloud/api/push/vqwmZItFxm?status=up&msg=OK&ping="
|