first commit

This commit is contained in:
Ralf-Peter Wolff 2023-07-03 15:27:59 +00:00
commit 7f75187c3f

8
widowsping.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: