Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
2085ec09
Commit
2085ec09
authored
Aug 07, 2012
by
Jesse Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the RST as well
parent
d36fdb84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
rst/moduledev.rst
+3
-1
rst/modules.rst
+8
-0
No files found.
rst/moduledev.rst
View file @
2085ec09
...
...
@@ -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>`_
...
...
rst/modules.rst
View file @
2085ec09
...
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment