diff --git a/ping.yml b/ping.yml new file mode 100644 index 0000000..f93dceb --- /dev/null +++ b/ping.yml @@ -0,0 +1,8 @@ +--- +- name: Ping all hosts + hosts: all + gather_facts: no + + tasks: + - name: Ping the hosts + ansible.builtin.ping: \ No newline at end of file