ansible-role-apache/windows/ping.yml
2014-08-21 10:01:50 -04:00

9 lines
155 B
YAML

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