mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
10 lines
155 B
YAML
10 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:
|
||
|
|