You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
win_ping - A windows version of the classic ping module¶
# Test connectivity to a windows host# ansible winserver -m win_ping# Example from an Ansible Playbook-win_ping:# Induce an exception to see what happens-win_ping:data:crash
This module is flagged as stableinterface which means that the maintainers for this module guarantee that no backward incompatible interface changes will be made.
For more information about Red Hat’s this support of this module, please
refer to this knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>