Files
community.general/docs/json/ping.json
2012-10-10 18:41:50 -04:00

18 lines
555 B
JSON

{
"description": [
"A trivial test module, this module always returns 'pong' on successful contact. It does not make sense in playbooks, but is useful from C(/usr/bin/ansible)"
],
"author": "Michael DeHaan",
"module": "ping",
"filename": "library/ping",
"examples": [
{
"code": "ansible webservers -m ping",
"description": "Test 'webservers' status"
}
],
"docuri": "ping",
"short_description": "Try to connect to host and return pong on success.",
"now_date": "2012-10-09",
"ansible_version": "0.8"
}