Difference between revisions of "Hosts: (Ansible)"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
https://docs.ansible.com/ansible/latest/user_guide/intro_patterns.html
  
 
*<code>hosts: all</code>
 
*<code>hosts: all</code>
Line 7: Line 8:
  
 
== Errors ==
 
== Errors ==
<code>[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'</code>
+
* <code>[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'</code>
  
<code>ERROR! Hosts list cannot be empty - please check your playbook</code>
+
* <code>ERROR! Hosts list cannot be empty - please check your playbook</code>
 
 
<code>skipping: no hosts matched</code>
 
  
 +
* <code>[[skipping: no hosts matched]]</code>
  
 
== Related terms ==
 
== Related terms ==
 +
* <code>[[ansible-playbook -i]] my_host_test_1 your_playbook.yml</code>
 
* <code>[[tasks:]]</code>
 
* <code>[[tasks:]]</code>
 +
* <code>[[gather_facts:]]</code>
 +
* <code>[[/etc/ansible/hosts]]</code>
 +
* <code>[[ansible-playbook]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 17:37, 16 January 2023

Advertising: