diff --git a/moduledev.html b/moduledev.html index 2e1f350276..741e5423e8 100644 --- a/moduledev.html +++ b/moduledev.html @@ -453,7 +453,7 @@ JSON is probably the simplest way to go.

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. This is maintained as a simple repo with pointers to other github projects.

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.

@@ -515,4 +515,4 @@ the program. Stop by the mailing list to inquire about requirements.

- \ No newline at end of file + diff --git a/modules.html b/modules.html index 1cf4d57483..f973a43832 100644 --- a/modules.html +++ b/modules.html @@ -1528,12 +1528,18 @@ yum name=httpd state=removed yum name=httpd state=installed +
+

Additional Contrib Modules

+

In addition to the following built-in modules, community modules are available at http://github.com/ansible/ansible-resources.

+

Writing your own modules

See Module Development.

See also

+
Ansible Resources
+
User contributed playbooks, modules, and articles
Command Line
Examples of using modules in /usr/bin/ansible
Playbooks
@@ -1584,4 +1590,4 @@ yum name=httpd state=installed
- \ No newline at end of file + diff --git a/rst/moduledev.rst b/rst/moduledev.rst index 42ebb7d574..717b54f5bc 100644 --- a/rst/moduledev.rst +++ b/rst/moduledev.rst @@ -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 `. This is maintained +is in `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 `_ + User contributed playbooks, modules, and articles `Github modules directory `_ Browse source of core modules `Mailing List `_ diff --git a/rst/modules.rst b/rst/modules.rst index 50a31765e6..d266a49bde 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -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 `_. + + Writing your own modules ```````````````````````` @@ -932,6 +938,8 @@ See :doc:`moduledev`. .. seealso:: + `Ansible Resources `_ + User contributed playbooks, modules, and articles :doc:`examples` Examples of using modules in /usr/bin/ansible :doc:`playbooks`