From 2085ec0971ab43e59ad5d316ca1dd261a6af5f4e Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Tue, 7 Aug 2012 15:49:10 -0700 Subject: [PATCH] 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 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 8497bb55fa..3ec6a69f87 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`