13 lines
312 B
YAML
13 lines
312 B
YAML
---
|
|
- name: Check Windows hosts reachability
|
|
hosts: windows
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Ping Windows Hosts
|
|
win_ping:
|
|
data: "Pinging Windows hosts to check connectivity"
|
|
tasks:
|
|
- name: Ping Windowsy
|
|
win_ping:
|
|
data: "Pinging Windows hosts to check connectivity"
|