New in version 1.7.
parameter | required | default | choices | comments |
---|---|---|---|---|
data |
no | pong | Alternate data to return instead of 'pong' |
# Test connectivity to a windows host # ansible winserver -m win_ping # Example from an Ansible Playbook - win_ping: # Induce a crash 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.
This module is maintained by those with core commit privileges
For more information on what this means please read Module Support
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.