Merge pull request #178 from anotherjesse/link_resources
link ansible resources
This commit is contained in:
commit
a29d532711
4 changed files with 20 additions and 4 deletions
|
@ -453,7 +453,7 @@ JSON is probably the simplest way to go.</p>
|
|||
<div class="section" id="sharing-your-module">
|
||||
<h2>Sharing Your Module<a class="headerlink" href="#sharing-your-module" title="Permalink to this headline">¶</a></h2>
|
||||
<p>If you think your module is generally useful to others, a good place to share it
|
||||
is in <cite>Ansible Resources <https://github.com/ansible/ansible-resources></cite>. This is maintained
|
||||
is in <a href="https://github.com/ansible/ansible-resources">Ansible Resources</a>. This is maintained
|
||||
as a simple repo with pointers to other github projects.</p>
|
||||
<p>Contrib modules here can be implemented in a variety of languages.
|
||||
We would like to build up as many of these as possible in as many languages as possible.</p>
|
||||
|
@ -515,4 +515,4 @@ the program. Stop by the mailing list to inquire about requirements.</p>
|
|||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -1528,12 +1528,18 @@ yum name=httpd state=removed
|
|||
yum name=httpd state=installed</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="additional-modules">
|
||||
<h2>Additional Contrib Modules</h2>
|
||||
<p>In addition to the following built-in modules, community modules are available at <a href="http://github.com/ansible/ansible-resources">http://github.com/ansible/ansible-resources</a>.</p>
|
||||
</div>
|
||||
<div class="section" id="writing-your-own-modules">
|
||||
<h2>Writing your own modules<a class="headerlink" href="#writing-your-own-modules" title="Permalink to this headline">¶</a></h2>
|
||||
<p>See <a class="reference internal" href="moduledev.html"><em>Module Development</em></a>.</p>
|
||||
<div class="admonition-see-also admonition seealso">
|
||||
<p class="first admonition-title">See also</p>
|
||||
<dl class="last docutils">
|
||||
<dt><a class="reference external" href="https://github.com/ansible/ansible-resources"><em>Ansible Resources</em></a></dt>
|
||||
<dd>User contributed playbooks, modules, and articles</dd>
|
||||
<dt><a class="reference internal" href="examples.html"><em>Command Line</em></a></dt>
|
||||
<dd>Examples of using modules in /usr/bin/ansible</dd>
|
||||
<dt><a class="reference internal" href="playbooks.html"><em>Playbooks</em></a></dt>
|
||||
|
@ -1584,4 +1590,4 @@ yum name=httpd state=installed</pre>
|
|||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -309,7 +309,7 @@ Sharing Your Module
|
|||
```````````````````
|
||||
|
||||
If you think your module is generally useful to others, a good place to share it
|
||||
is in `Ansible Resources <https://github.com/ansible/ansible-resources>`. This is maintained
|
||||
is in `Ansible Resources <https://github.com/ansible/ansible-resources>`_. This is maintained
|
||||
as a simple repo with pointers to other github projects.
|
||||
|
||||
Contrib modules here can be implemented in a variety of languages.
|
||||
|
@ -330,6 +330,8 @@ the program. Stop by the mailing list to inquire about requirements.
|
|||
|
||||
:doc:`modules`
|
||||
Learn about available modules
|
||||
`Ansible Resources <https://github.com/ansible/ansible-resources>`_
|
||||
User contributed playbooks, modules, and articles
|
||||
`Github modules directory <https://github.com/ansible/ansible/tree/devel/library>`_
|
||||
Browse source of core modules
|
||||
`Mailing List <http://groups.google.com/group/ansible-project>`_
|
||||
|
|
|
@ -925,6 +925,12 @@ Example action from Ansible :doc:`playbooks`::
|
|||
yum name=httpd state=installed
|
||||
|
||||
|
||||
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
|
||||
````````````````````````
|
||||
|
||||
|
@ -932,6 +938,8 @@ See :doc:`moduledev`.
|
|||
|
||||
.. seealso::
|
||||
|
||||
`Ansible Resources <https://github.com/ansible/ansible-resources>`_
|
||||
User contributed playbooks, modules, and articles
|
||||
:doc:`examples`
|
||||
Examples of using modules in /usr/bin/ansible
|
||||
:doc:`playbooks`
|
||||
|
|
Loading…
Reference in a new issue