vn-ansible/windows/ping-test.yml

6 lines
126 B
YAML

---
- name: Ping Windows hosts
hosts: wansible
tasks:
- name: Ping Windows hosts using win_ping module
win_ping: