Parameter |
Choices/Defaults |
Comments |
---|---|---|
data
|
Default:
pong
|
Data to return for the
ping return value.If this parameter is set to
crash , the module will cause an exception. |
# Test we can logon to 'webservers' and execute python with json lib.
# ansible webservers -m ping
# Example from an Ansible Playbook
- ping:
# Induce an exception to see what happens
- ping:
data: crash
Common return values are documented here, the following are the fields unique to this module:
Key |
Returned |
Description |
---|---|---|
ping
string
|
success |
value provided with the data parameter
Sample:
pong
|
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 support of this module, please refer to this Knowledge Base article
Hint
If you notice any issues in this documentation you can edit this document to improve it.