Добавить ansible/win_ping.yml

This commit is contained in:
2026-05-06 14:12:28 +03:00
parent b800da99d9
commit 0df243b442
+7
View File
@@ -0,0 +1,7 @@
---
- name: Test WinRM
hosts: all
gather_facts: no
tasks:
- name: Ping Windows host
ansible.windows.win_ping: