ansible -m ping

From wikieduonline
Revision as of 09:10, 3 October 2023 by Welcome (talk | contribs) (→‎See also)
Jump to navigation Jump to search

ansible -m ping MYHOST_OR_GROUP
ansible MYHOST -m ping 
ansible -m ping MYHOST_OR_GROUP
 16.195.56.79 | SUCCESS => {
     "changed": false,
     "ping": "pong"
 }


ansible yourwronghost -m ping
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
[WARNING]: Could not match supplied host pattern, ignoring: yourwronghost


Related terms

See also

Advertising: