From 9f778338d6a44a423e48a80aab6908113f7f9de5 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Thu, 12 Feb 2026 14:46:23 +0100 Subject: [PATCH] initial upload --- ping.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ping.yml diff --git a/ping.yml b/ping.yml new file mode 100644 index 0000000..3e5de6c --- /dev/null +++ b/ping.yml @@ -0,0 +1,5 @@ +- name: Test Connection + hosts: all + tasks: + - name: Ping the host + ansible.builtin.ping: