From a1f7264e2626b2a6ef4a376394bc0a56850a3a33 Mon Sep 17 00:00:00 2001 From: mhorak Date: Wed, 6 Aug 2025 10:49:21 +0000 Subject: [PATCH] Add www-ping.yaml --- www-ping.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 www-ping.yaml diff --git a/www-ping.yaml b/www-ping.yaml new file mode 100644 index 0000000..fd136f1 --- /dev/null +++ b/www-ping.yaml @@ -0,0 +1,7 @@ +--- +- name: Check Windows hosts reachability + hosts: windows + gather_facts: false + tasks: + - name: Ping Windows Hosts + win_ping: \ No newline at end of file