This commit is contained in:
Ralf-Peter Wolff 2024-12-05 20:38:18 +00:00
parent 0a1bef9028
commit b26a512591

8
windowsping.yml Normal file
View File

@ -0,0 +1,8 @@
---
# This playbook uses the win_ping module to test connectivity to Windows hosts
- name: Ping
hosts: all
tasks:
- name: ping
win_ping: