Difference between revisions of "Ansible -m ping"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
  ansible -m ping MYHOST
+
  [[ansible -m]] ping MYHOST_OR_GROUP
 
  ansible MYHOST -m ping  
 
  ansible MYHOST -m ping  
  
  ansible -m ping MYHOST
+
  ansible -m ping MYHOST_OR_GROUP
 
   16.195.56.79 | SUCCESS => {
 
   16.195.56.79 | SUCCESS => {
 
       "changed": false,
 
       "changed": false,
Line 14: Line 14:
 
  ansible yourwronghost -m ping
 
  ansible yourwronghost -m ping
 
  [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
 
  [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
+
  [WARNING]: [[Could not match supplied host pattern]], ignoring: yourwronghost
  
 +
[[Invalid/incorrent password]] .../...
  
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[/etc/ansible/hosts]]</code>
 
* <code>[[/etc/ansible/hosts]]</code>
 +
* <code>[[/etc/ansible/ansible.cfg]]</code>
 +
* [[--ask-pass]]
  
 
== See also ==
 
== See also ==
 
* {{Ansible modules}}
 
* {{Ansible modules}}
* {{Ansible}}
 
  
 
[[Category:Ansible]]
 
[[Category:Ansible]]

Latest revision as of 09:11, 3 October 2023

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
Invalid/incorrent password .../...


Related terms[edit]

See also[edit]

Advertising: