Update the RST as well
This commit is contained in:
parent
d36fdb84b0
commit
2085ec0971
2 changed files with 11 additions and 1 deletions
|
@ -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>`_
|
||||
|
|
|
@ -881,6 +881,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
|
||||
````````````````````````
|
||||
|
||||
|
@ -888,6 +894,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