mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Temporary note about YAML support in 0.4, in case anyone tries it, coming back very very soon!
This commit is contained in:
parent
eadc78549f
commit
7f5c1b8f02
14 changed files with 27 additions and 21 deletions
|
@ -148,7 +148,7 @@ s.parentNode.insertBefore(ga, s);
|
|||
<li><a class="reference internal" href="#">The Inventory File, Patterns, and Groups</a><ul>
|
||||
<li><a class="reference internal" href="#basic-inventory-file-format">Basic Inventory File Format</a></li>
|
||||
<li><a class="reference internal" href="#selecting-targets">Selecting Targets</a></li>
|
||||
<li><a class="reference internal" href="#advanced-inventory-file-format">Advanced Inventory File Format</a></li>
|
||||
<li><a class="reference internal" href="#yaml-inventory-format">YAML Inventory Format</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -243,9 +243,12 @@ wildcards:</p>
|
|||
</div>
|
||||
<p>Easy enough. See <a class="reference internal" href="examples.html"><em>Command Line Examples</em></a> and then <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a> for how to do things to selected hosts.</p>
|
||||
</div>
|
||||
<div class="section" id="advanced-inventory-file-format">
|
||||
<h2>Advanced Inventory File Format<a class="headerlink" href="#advanced-inventory-file-format" title="Permalink to this headline">¶</a></h2>
|
||||
<p>(This features requires the integration branch of Ansible, soon to be release 0.3)</p>
|
||||
<div class="section" id="yaml-inventory-format">
|
||||
<h2>YAML Inventory Format<a class="headerlink" href="#yaml-inventory-format" title="Permalink to this headline">¶</a></h2>
|
||||
<p>(temporary message: This features requires the master branch of Ansible, 0.3, and is currently
|
||||
disabled on 0.4 (devel), pending some upgrades. It will be back in 0.4 soon, along with the ability
|
||||
to assign variables more simply, even without the YAML inventory format, which will result in this
|
||||
section being rewritten and clarified)</p>
|
||||
<p>Once you read about playbooks you’ll quickly see how useful it will be to assign particular variables
|
||||
to particular hosts and groups of hosts. While the default INI-style host format doesn’t allow this,
|
||||
switching to the YAML inventory format can add some compelling capabilities. Just replace your INI
|
||||
|
@ -321,7 +324,7 @@ groups. This behavior may be refined in future releases.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2012 Michael DeHaan.<br/>
|
||||
Last updated on May 02, 2012.<br/>
|
||||
Last updated on May 06, 2012.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue