mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.5 KiB
ReStructuredText
23 lines
1.5 KiB
ReStructuredText
9 years ago
|
Extras Modules
|
||
|
--------------
|
||
|
|
||
|
These modules are currently shipped with Ansible, but might be shipped separately in the future. They are also mostly maintained by the community.
|
||
|
Non-core modules are still fully usable, but may receive slightly lower response rates for issues and pull requests.
|
||
|
|
||
|
Popular "extras" modules may be promoted to core modules over time.
|
||
|
|
||
8 years ago
|
The source for these modules is hosted on GitHub in the `ansible <https://github.com/ansible/ansible/tree/devel/lib/ansible/modules>`_ repo.
|
||
9 years ago
|
|
||
9 years ago
|
If you believe you have found a bug in an extras module and are already running the latest stable or development version of Ansible,
|
||
8 years ago
|
first look in the `issue tracker at github.com/ansible/ansible <http://github.com/ansible/ansible/issues>`_
|
||
8 years ago
|
to see if a bug has already been filed. If not, we would be grateful if you could file one.
|
||
9 years ago
|
|
||
8 years ago
|
Should you have a question rather than a bug report, inquiries are welcome on the `ansible-project google group <https://groups.google.com/forum/#!forum/ansible-project>`_
|
||
9 years ago
|
or on Ansible's "#ansible" channel, located on irc.freenode.net.
|
||
|
Development oriented topics should instead use the similar `ansible-devel google group <https://groups.google.com/forum/#!forum/ansible-devel>`_.
|
||
|
|
||
9 years ago
|
Documentation updates for this module can also be edited directly in the module and by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree.
|
||
9 years ago
|
|
||
|
For help in developing on modules, should you be so inclined, please read :doc:`community`, :doc:`developing_test_pr` and :doc:`developing_modules`.
|
||
|
|