Fix rst formatting + rebuild

This commit is contained in:
Michael DeHaan 2012-08-27 21:59:22 -04:00
parent d91e07b611
commit be6b9b0594
19 changed files with 37 additions and 35 deletions

View file

@ -289,7 +289,7 @@ languages:
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -468,7 +468,7 @@ e.g.
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -340,7 +340,7 @@ different variables to different geographies.</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -442,7 +442,7 @@ what their names or IP addresses are).</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -409,7 +409,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 Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -204,7 +204,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -410,7 +410,7 @@ explore, but you already have a fully working infrastructure!</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -419,7 +419,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 Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -511,7 +511,7 @@ the program. Stop by the mailing list to inquire about requirements.</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -174,6 +174,7 @@ s.parentNode.insertBefore(ga, s);
<li><a class="reference internal" href="#service">service</a></li>
<li><a class="reference internal" href="#setup">setup</a></li>
<li><a class="reference internal" href="#shell">shell</a></li>
<li><a class="reference internal" href="#subversion">subversion</a></li>
<li><a class="reference internal" href="#supervisorctl">supervisorctl</a></li>
<li><a class="reference internal" href="#template">template</a></li>
<li><a class="reference internal" href="#user">user</a></li>
@ -807,7 +808,8 @@ small local files. prior to 0.6, acts if &#8216;yes&#8217; by default.</td>
<tr><td>force</td>
<td>no</td>
<td>yes</td>
<td>(New in 0.8) If yes, any modified files in the working repository will be thrown out. If no, this module will fail if it encounters modified files.</td>
<td>(new in 0.7) If yes, any modified files in the working repository will be
discarded. Prior to 0.7, this was always &#8216;yes&#8217; and could not be disabled.</td>
</tr>
</tbody>
</table>
@ -1474,8 +1476,8 @@ your best judgement.</p>
<div class="section" id="subversion">
<span id="id26"></span><h2>subversion<a class="headerlink" href="#subversion" title="Permalink to this headline"></a></h2>
<p class="versionadded">
<span class="versionmodified">New in version 0.8.</span></p>
<p>Deploys a subversion repository</p>
<span class="versionmodified">New in version 0.7.</span></p>
<p>Deploys a subversion repository.</p>
<table border="1" class="docutils">
<colgroup>
<col width="17%" />
@ -1494,26 +1496,27 @@ your best judgement.</p>
<tr><td>repo</td>
<td>yes</td>
<td>&nbsp;</td>
<td>The subversion URL to the subversion repository.</td>
<td>The subversion URL to the repository.</td>
</tr>
<tr><td>dest</td>
<td>yes</td>
<td>&nbsp;</td>
<td>The absolute path where the repository should be deployed.</td>
<td>Absolute path where the repository should be deployed.</td>
</tr>
<tr><td>force</td>
<td>no</td>
<td>yes</td>
<td>If yes, any modified files in the working repository will be thrown out. If no, then this module will fail if it encounters modified files.</td>
<td>If yes, any modified files in the working repository will be
discarded. If no, this module will fail if it encounters modified files.</td>
</tr>
</tbody>
</table>
<p>Example action from a playbook:</p>
<p>Example action from Ansible <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a>:</p>
<div class="highlight-python"><pre>subversion repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout</pre>
</div>
</div>
<div class="section" id="supervisorctl">
<span id="id26"></span><h2>supervisorctl<a class="headerlink" href="#supervisorctl" title="Permalink to this headline"></a></h2>
<span id="id27"></span><h2>supervisorctl<a class="headerlink" href="#supervisorctl" title="Permalink to this headline"></a></h2>
<p class="versionadded">
<span class="versionmodified">New in version 0.7.</span></p>
<p>Manage the state of a program or group of programs running via Supervisord</p>
@ -1549,7 +1552,7 @@ your best judgement.</p>
</div>
</div>
<div class="section" id="template">
<span id="id27"></span><h2>template<a class="headerlink" href="#template" title="Permalink to this headline"></a></h2>
<span id="id28"></span><h2>template<a class="headerlink" href="#template" title="Permalink to this headline"></a></h2>
<p>Templates a file out to a remote server.</p>
<table border="1" class="docutils">
<colgroup>
@ -1589,7 +1592,7 @@ a relative or absolute path.</td>
</div>
</div>
<div class="section" id="user">
<span id="id28"></span><h2>user<a class="headerlink" href="#user" title="Permalink to this headline"></a></h2>
<span id="id29"></span><h2>user<a class="headerlink" href="#user" title="Permalink to this headline"></a></h2>
<p>Creates user accounts, manipulates existing user accounts, and removes user accounts.</p>
<table border="1" class="docutils">
<colgroup>
@ -1688,7 +1691,7 @@ user name=mdehaan state=absent force=yes</pre>
</div>
</div>
<div class="section" id="virt">
<span id="id29"></span><h2>virt<a class="headerlink" href="#virt" title="Permalink to this headline"></a></h2>
<span id="id30"></span><h2>virt<a class="headerlink" href="#virt" title="Permalink to this headline"></a></h2>
<p>Manages virtual machines supported by libvirt. Requires that libvirt be installed
on the managed machine.</p>
<table border="1" class="docutils">
@ -1748,7 +1751,7 @@ ansible host -m virt -a "command=virttype"</pre>
</div>
</div>
<div class="section" id="yum">
<span id="id30"></span><h2>yum<a class="headerlink" href="#yum" title="Permalink to this headline"></a></h2>
<span id="id31"></span><h2>yum<a class="headerlink" href="#yum" title="Permalink to this headline"></a></h2>
<p>Will install, upgrade, remove, and list packages with the yum package manager.</p>
<table border="1" class="docutils">
<colgroup>
@ -1846,7 +1849,7 @@ yum name=httpd state=installed</pre>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

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

View file

@ -550,7 +550,7 @@ can do this:</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -725,7 +725,7 @@ place to set such a default is in a group variable.</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

View file

@ -88,7 +88,6 @@ Additional Contrib Modules
In addition to the following built-in modules, community modules are available at `Ansible Resources <http://github.com/ansible/ansible-resources>`_.
Writing your own modules
````````````````````````

View file

@ -17,8 +17,8 @@ Deploys software (or files) from git checkouts.
+--------------------+----------+---------+----------------------------------------------------------------------------+
| remote | no | origin | name of the remote branch |
+--------------------+----------+---------+----------------------------------------------------------------------------+
| force | no | yes | (New in 0.8) If yes, any modified files in the working repository will be |
| | | | thrown out. If no, this module will fail if it encounters modified files. |
| force | no | yes | (new in 0.7) If yes, any modified files in the working repository will be |
| | | | discarded. Prior to 0.7, this was always 'yes' and could not be disabled. |
+--------------------+----------+---------+----------------------------------------------------------------------------+
Example action from Ansible :doc:`playbooks`::

View file

@ -1,9 +1,9 @@
.. _subversion:
subversion
```
``````````
.. versionadded:: 0.8
.. versionadded:: 0.7
Deploys a subversion repository.
@ -15,7 +15,7 @@ Deploys a subversion repository.
| dest | yes | | Absolute path where the repository should be deployed. |
+--------------------+----------+---------+----------------------------------------------------------------------------+
| force | no | yes | If yes, any modified files in the working repository will be |
| | | | thrown out. If no, this module will fail if it encounters modified files. |
| | | | discarded. If no, this module will fail if it encounters modified files. |
+--------------------+----------+---------+----------------------------------------------------------------------------+
Example action from Ansible :doc:`playbooks`::

View file

@ -221,7 +221,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>

File diff suppressed because one or more lines are too long

View file

@ -269,7 +269,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 24, 2012.<br/>
Last updated on Aug 27, 2012.<br/>
</p>
</div>
</footer>