2023-08-22 12:02:07 +00:00
|
|
|
---
|
|
|
|
- name: Ping Windows hosts
|
2023-08-28 07:50:26 +00:00
|
|
|
hosts: W2019
|
2023-08-28 08:44:12 +00:00
|
|
|
gather_facts: False
|
2023-08-22 12:02:07 +00:00
|
|
|
tasks:
|
|
|
|
- name: Ping Windows hosts using win_ping module
|
2023-08-28 08:29:37 +00:00
|
|
|
ansible.windows.win_ping:
|