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
550a1b5f
Commit
550a1b5f
authored
Feb 09, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mercurial module reference now that we have a cleaned up hg module in core now!
parent
5457e969
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
docsite/rst/contrib.rst
+4
-7
No files found.
docsite/rst/contrib.rst
View file @
550a1b5f
...
@@ -9,20 +9,17 @@ Ansible Modules
...
@@ -9,20 +9,17 @@ Ansible Modules
```````````````
```````````````
Ansible modules are a way of adding new client-side logic to ansible.
Ansible modules are a way of adding new client-side logic to ansible.
They can be written in any language.
They can be written in any language. Generally our goal is to include most modules in core,
though a few may remain outside of core depending on use cases and implementations.
- `Official "core" ansible modules <http://ansible.cc/docs/modules.html>`_ - various
- `Official "core" ansible modules <http://ansible.cc/docs/modules.html>`_ - various
- `mercurial <https://github.com/bradobro/ansible-module-mercurial>`_ - bradobro
- `zypper (bash module example) <https://github.com/jpmens/ansible-zypp>`_ - jp\_mens
- `zypper (bash module example) <https://github.com/jpmens/ansible-zypp>`_ - jp\_mens
- `homebrew <https://gist.github.com/3170079>`_ - swehack
- `homebrew <https://gist.github.com/3170079>`_ - swehack
- `additional provisioning-related modules <https://github.com/ansible-provisioning>`_ - jhoekx and dagwieers
- `additional provisioning-related modules <https://github.com/ansible-provisioning>`_ - jhoekx and dagwieers
- `dynamic dns updates <https://github.com/jpmens/ansible-m-dnsupdate>`_ - jp\_mens
- `dynamic dns updates <https://github.com/jpmens/ansible-m-dnsupdate>`_ - jp\_mens
- `RabbitMQ <https://github.com/elventear/ansible-rabbitmq>`_ - elventear
Python modules using 0.6 and later can and should use the common "AnsibleModule"
All python modules should use the common "AnsibleModule" class to dramatically reduce the amount of boilerplate code required.
class to dramatically reduce the amount of boilerplate code required.
Not all modules above may take advantage of this feature. See the official documentation for more details.
Not all modules above yet take advantage of this feature. See the
official documentation for more details.
Selected Playbooks
Selected 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