diff --git a/checks/ping.yml b/checks/ping.yml new file mode 100644 index 0000000..9f4ccc0 --- /dev/null +++ b/checks/ping.yml @@ -0,0 +1,7 @@ +--- +- name: Ping every host + hosts: all + gather_facts: false + tasks: + - name: Send an Ansible ping + ansible.builtin.ping: {}