Added start of a module development guide, prob needs some editing and maybe some simpler examples

This commit is contained in:
Michael DeHaan
2012-03-14 12:50:40 -04:00
parent 505d3942b0
commit d9c626e686
18 changed files with 294 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
<script type="text/javascript" src="_static/bootstrap-scrollspy.js"></script>
<link rel="top" title="Ansible - SSH-Based Configuration Management &amp; Deployment" href="index.html" />
<link rel="next" title="Man Pages" href="man.html" />
<link rel="prev" title="Using the Python API" href="api.html" />
<link rel="prev" title="Module Development Guide" href="moduledev.html" />
<script type="text/javascript">
(function () {
/**
@@ -118,6 +118,7 @@ s.parentNode.insertBefore(ga, s);
<li class="toctree-l1"><a class="reference internal" href="YAMLSyntax.html">YAML Syntax</a></li>
<li class="toctree-l1"><a class="reference internal" href="playbooks.html">Playbooks</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">Using the Python API</a></li>
<li class="toctree-l1"><a class="reference internal" href="moduledev.html">Module Development Guide</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="">Frequently Asked Questions</a></li>
<li class="toctree-l1"><a class="reference internal" href="man.html">Man Pages</a></li>
</ul>
@@ -150,8 +151,8 @@ s.parentNode.insertBefore(ga, s);
<li><a href="api.html"
title="previous chapter">&laquo; Using the Python API</a></li>
<li><a href="moduledev.html"
title="previous chapter">&laquo; Module Development Guide</a></li>
<li><a href="man.html"
title="next chapter">Man Pages &raquo;</a></li>