Ansible/widowsping.yml

9 lines
150 B
YAML
Raw Normal View History

2023-07-03 17:27:59 +02:00
---
# This playbook uses the win_ping module to test connectivity to Windows hosts
- name: Ping
hosts: all
tasks:
- name: ping
win_ping: