Ansible/windowsping.yml
Ralf-Peter Wolff b26a512591 ok
2024-12-05 20:38:18 +00:00

9 lines
150 B
YAML

---
# This playbook uses the win_ping module to test connectivity to Windows hosts
- name: Ping
hosts: all
tasks:
- name: ping
win_ping: