From a88c26a8b1c03cbeed9bc3f1cbc7038958e4d440 Mon Sep 17 00:00:00 2001 From: timewarrener Date: Sat, 31 May 2025 17:52:42 -0400 Subject: [PATCH] update --- ping.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ping.yml 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