From 0df243b442398ef2eba68beeedb83dc3011b7833 Mon Sep 17 00:00:00 2001 From: ogrechko Date: Wed, 6 May 2026 14:12:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ansible/win=5Fping.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/win_ping.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ansible/win_ping.yml diff --git a/ansible/win_ping.yml b/ansible/win_ping.yml new file mode 100644 index 0000000..eabd9ac --- /dev/null +++ b/ansible/win_ping.yml @@ -0,0 +1,7 @@ +--- +- name: Test WinRM + hosts: all + gather_facts: no + tasks: + - name: Ping Windows host + ansible.windows.win_ping: