Difference between revisions of "Hosts: (Ansible)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{Ansible}} Category:Ansible")
Tags: Mobile web edit, Mobile edit
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
 +
https://docs.ansible.com/ansible/latest/user_guide/intro_patterns.html
 +
 
 +
*<code>hosts: all</code>
 +
 +
*<code>hosts: [[localhost]]</code>
 +
 
 +
 
 +
== Errors ==
 +
* <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>[[skipping: no hosts matched]]</code>
 +
 
 +
== Related terms ==
 +
* <code>[[tasks:]]</code>
 +
* <code>[[gather_facts:]]</code>
 +
* <code>[[/etc/ansible/hosts]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 11:41, 22 October 2021

Advertising: