Updating various doc items with 0.6 features, releasing soon, and removing references to things new in 0.4, which

has been out long enough to no longer be new.
This commit is contained in:
Michael DeHaan 2012-07-31 22:19:04 -04:00
commit 1aa3c1522c
21 changed files with 360 additions and 152 deletions

View file

@ -340,8 +340,7 @@ a lot shorter than this:</p>
<h2>Module Provided &#8216;Facts&#8217;<a class="headerlink" href="#module-provided-facts" title="Permalink to this headline"></a></h2>
<p>The &#8216;setup&#8217; module that ships with Ansible provides many variables about a system that can be used in playbooks
and templates. However, it&#8217;s possible to also add your own facts without modifying the system module. To do
this, just have the module return a <cite>ansible_facts</cite> key, like so, along with other return data. This requires
Ansible 0.4 and later:</p>
this, just have the module return a <cite>ansible_facts</cite> key, like so, along with other return data:</p>
<div class="highlight-python"><pre>{
"changed" : True,
"rc" : 5,
@ -469,7 +468,7 @@ Stop by the mailing list to inquire about requirements.</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Jul 30, 2012.<br/>
Last updated on Jul 31, 2012.<br/>
</p>
</div>
</footer>