Commit 7f5c1b8f by Michael DeHaan

Temporary note about YAML support in 0.4, in case anyone tries it, coming back very very soon!

parent eadc7854
......@@ -273,7 +273,7 @@ languages:
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -357,7 +357,7 @@ a conf.d file appropriately or something similar. Who knows?</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -373,7 +373,7 @@ a simplified syntax for this.</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -379,7 +379,7 @@ tasks &#8211; whether for a QA sytem, build system, or anything you can think of
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -188,7 +188,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -341,7 +341,7 @@ explore, but you already have a fully working infrastructure!</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -294,7 +294,7 @@ Email: <input type=text name=email>&nbsp;&nbsp;<input type=submit name="sub" val
<li class="toctree-l1"><a class="reference internal" href="patterns.html">The Inventory File, Patterns, and Groups</a><ul>
<li class="toctree-l2"><a class="reference internal" href="patterns.html#basic-inventory-file-format">Basic Inventory File Format</a></li>
<li class="toctree-l2"><a class="reference internal" href="patterns.html#selecting-targets">Selecting Targets</a></li>
<li class="toctree-l2"><a class="reference internal" href="patterns.html#advanced-inventory-file-format">Advanced Inventory File Format</a></li>
<li class="toctree-l2"><a class="reference internal" href="patterns.html#yaml-inventory-format">YAML Inventory Format</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="examples.html">Command Line Examples</a><ul>
......@@ -429,7 +429,7 @@ Puppet Labs, and is now with <a class="reference external" href="http://rpath.co
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -430,7 +430,7 @@ Stop by the mailing list to inquire about requirements.</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -748,7 +748,7 @@ yum pkg=httpd state=installed</pre>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -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&#8217;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&#8217;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>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -719,7 +719,7 @@ Let&#8217;s run a playbook using a parallelism level of 10:</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
......@@ -82,10 +82,13 @@ It's also ok to mix wildcard patterns and groups at the same time::
Easy enough. See :doc:`examples` and then :doc:`playbooks` for how to do things to selected hosts.
Advanced Inventory File Format
++++++++++++++++++++++++++++++
YAML Inventory Format
+++++++++++++++++++++
(This features requires the integration branch of Ansible, soon to be release 0.3)
(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)
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,
......
......@@ -205,7 +205,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 02, 2012.<br/>
Last updated on May 06, 2012.<br/>
</p>
</div>
</footer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment