add ping
This commit is contained in:
parent
aa343a6d50
commit
706c688c71
1 changed files with 8 additions and 0 deletions
8
debian12-ping/playbook.yml
Normal file
8
debian12-ping/playbook.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- 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="
|
Loading…
Reference in a new issue