From d36fdb84b024972aaf5de84ffee2553cff000139 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Tue, 7 Aug 2012 15:20:24 -0700 Subject: [PATCH] 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 +