W3cubDocs

/Ansible

win_ping - A windows version of the classic ping module.

New in version 1.7.

Synopsis

Checks management connectivity of a windows host

Options

parameter required default choices comments
data
no pong
Alternate data to return instead of 'pong'

Examples

# Test connectivity to a windows host
ansible winserver -m win_ping

# Example from an Ansible Playbook
- action: win_ping

This is a Core Module

For more information on what this means please read Core Modules

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, developing_test_pr and Developing Modules.

© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/win_ping_module.html