vn-ansible/windows/ping-test.yml

8 lines
177 B
YAML

---
- name: Ping Windows hosts
hosts: W2019
become: false
gather_facts: false
tasks:
- name: Ping Windows hosts using win_ping module
ansible.windows.win_ping: