From 6efcac62b152996dbba2228b00bf4e3857d97134 Mon Sep 17 00:00:00 2001 From: drholy Date: Thu, 5 Feb 2026 02:54:40 +0700 Subject: [PATCH] init --- ping.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ping.yml diff --git a/ping.yml b/ping.yml new file mode 100644 index 0000000..ef76782 --- /dev/null +++ b/ping.yml @@ -0,0 +1,6 @@ +- name: Test Connection to Servers + hosts: all + become: no + tasks: + - name: Ping my Servers + ping: \ No newline at end of file