ansible-role-apache/windows/ping.yml

10 lines
155 B
YAML
Raw Normal View History

2014-08-21 16:01:50 +02:00
---
# This playbook uses the win_ping module to test connectivity to Windows hosts
- name: Ping
hosts: windows
tasks:
- name: ping
win_ping: