Ansible/windowsping.yml

9 lines
150 B
YAML
Raw Normal View History

2024-12-05 21:38:18 +01:00
---
# This playbook uses the win_ping module to test connectivity to Windows hosts
- name: Ping
hosts: all
tasks:
- name: ping
win_ping: