From 5f052509ec4c7799d64fac800649ebac3b98ab6a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 31 Jan 2026 13:56:14 +0100 Subject: [PATCH] =?UTF-8?q?ping.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..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: