diff --git a/ping.yml b/ping.yml new file mode 100644 index 0000000..ec8927b --- /dev/null +++ b/ping.yml @@ -0,0 +1,8 @@ +--- +- name: Ping all hosts + hosts: all + gather_facts: false + + tasks: + - name: Ping host + ansible.builtin.ping: