From d36fdb84b024972aaf5de84ffee2553cff000139 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Tue, 7 Aug 2012 15:20:24 -0700 Subject: [PATCH 1/2] link ansible resources Fix the link to ansible resources in moduledev and link to it in the module list page. --- moduledev.html | 4 ++-- modules.html | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/moduledev.html b/moduledev.html index 3fcdebdfd64..64c6c141f3b 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 948e66457e6..4e08419e67d 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 + From 2085ec0971ab43e59ad5d316ca1dd261a6af5f4e Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Tue, 7 Aug 2012 15:49:10 -0700 Subject: [PATCH 2/2] Update the RST as well --- rst/moduledev.rst | 4 +++- rst/modules.rst | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/rst/moduledev.rst b/rst/moduledev.rst index 42ebb7d574b..717b54f5bc4 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 8497bb55fa2..3ec6a69f876 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -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 `_. + + Writing your own modules ```````````````````````` @@ -888,6 +894,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`