Don't check in modules.js either

pull/1269/merge
Michael DeHaan 12 years ago
parent fc9a6bb07c
commit dbeb26ad6d

File diff suppressed because it is too large Load Diff

@ -251,7 +251,7 @@ languages:
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -466,7 +466,7 @@ directory.</p>
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -310,7 +310,7 @@ different variables to different geographies.</p>
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -429,7 +429,7 @@ the first config file it finds present:</p>
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -168,7 +168,7 @@ s.parentNode.insertBefore(ga, s);
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -386,7 +386,7 @@ explore, but you already have a fully working infrastructure!</p>
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -183,7 +183,7 @@ s.parentNode.insertBefore(ga, s);
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -490,7 +490,7 @@ the program. Stop by the mailing list to inquire about requirements.</p>
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -2173,7 +2173,7 @@ service name=foo pattern=/usr/bin/foo state=started
<span id="id37"></span><h2><a class="toc-backref" href="#contents">setup</a><a class="headerlink" href="#setup" title="Permalink to this headline"></a></h2>
<p>This module is automatically called by playbooks to gather useful variables about remote hosts that can be used in playbooks. It can also be executed directly by <tt class="docutils literal"><span class="pre">/usr/bin/ansible</span></tt> to check what variables are available to a host. Ansible provides many <em>facts</em> about the system, automatically.</p>
<p>Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.</p> <p><pre>
ansible all -m setup -tree /tmp/facts
ansible all -m setup --tree /tmp/facts
</pre></p>
<br/><h4>Notes</h4>
<p>More ansible facts will be added with successive releases. If <em>facter</em> or <em>ohai</em> are installed, variables from these programs will also be snapshotted into the JSON file for usage in templating. These variables are prefixed with <code>facter_</code> and <code>ohai_</code> so it's easy to tell their source. All variables are bubbled up to the caller. Using the ansible facts and choosing to not install <em>facter</em> and <em>ohai</em> means you can avoid Ruby-dependencies on your remote systems.</p></div>
@ -2693,7 +2693,7 @@ yum name=httpd state=installed
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -369,7 +369,7 @@ Ansible 0.7. Ansible 0.6 includes a <a class="reference external" href="https:/
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -542,7 +542,7 @@ can do this:</p>
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -715,7 +715,7 @@ place to set such a default is in a group variable.</p>
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

@ -10,7 +10,7 @@ This module is automatically called by playbooks to gather useful variables abou
.. raw:: html
<p>Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.</p> <p><pre>
ansible all -m setup -t /tmp/facts
ansible all -m setup --tree /tmp/facts
</pre></p>
<br/>

@ -183,7 +183,7 @@ s.parentNode.insertBefore(ga, s);
<footer class="footer">
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Oct 09, 2012.<br/>
Last updated on Oct 10, 2012.<br/>
</p>
</div>
</footer>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save