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.
65 lines
3.2 KiB
ReStructuredText
65 lines
3.2 KiB
ReStructuredText
7 years ago
|
Module Maintenance & Support
|
||
7 years ago
|
----------------------------
|
||
8 years ago
|
|
||
|
.. toctree:: :maxdepth: 1
|
||
|
|
||
7 years ago
|
To help identify maintainers and understand how the included modules are officially supported, each module now has associated metadata that provides additional clarity for maintenance and support.
|
||
8 years ago
|
|
||
|
Core
|
||
|
````
|
||
|
|
||
7 years ago
|
:doc:`Core modules are maintained by the Ansible Engineering Team<..\modules\core_maintained>`.
|
||
7 years ago
|
These modules are integral to the basic foundations of the Ansible distribution.
|
||
7 years ago
|
|
||
7 years ago
|
Network
|
||
8 years ago
|
```````
|
||
|
|
||
7 years ago
|
:doc:`Network modules are maintained by the Ansible Network Team<..\modules\network_maintained>`. Please note there are :doc:`additional networking modules<list_of_network_modules>` that are categorized as Certified or Community not maintained by Ansible.
|
||
7 years ago
|
|
||
8 years ago
|
|
||
7 years ago
|
Certified
|
||
|
`````````
|
||
|
|
||
7 years ago
|
Certified modules are part of a future planned program currently in development.
|
||
8 years ago
|
|
||
|
Community
|
||
|
`````````
|
||
7 years ago
|
|
||
7 years ago
|
:doc:`Community modules are submitted and maintained by the Ansible community<..\modules\community_maintained>`. These modules are not maintained by Ansible, and are included as a convenience.
|
||
7 years ago
|
|
||
|
Issue Reporting
|
||
|
```````````````
|
||
|
|
||
7 years ago
|
If you believe you have found a bug in a module and are already running the latest stable or development version of Ansible, first look at the `issue tracker in the Ansible repo <https://github.com/ansible/ansible/issues>`_ to see if an issue has already been filed. If not, please file one.
|
||
7 years ago
|
|
||
7 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/#%21forum/ansible-project>`_ or on Ansible's "#ansible" channel, located on irc.freenode.net.
|
||
8 years ago
|
|
||
7 years ago
|
For development-oriented topics, use the `ansible-devel Google group <https://groups.google.com/forum/#%21forum/ansible-devel>`_ or Ansible's #ansible and #ansible-devel channels, located on irc.freenode.net. You should also read :doc:`Community Information & Contributing <../community/index>`, :doc:`Testing Ansible <../dev_guide/testing>`, and :doc:`Developing Modules <../dev_guide/developing_modules>`.
|
||
8 years ago
|
|
||
7 years ago
|
The modules are hosted on GitHub in a subdirectory of the `Ansible <https://github.com/ansible/ansible/tree/devel/lib/ansible/modules>`_ repo.
|
||
7 years ago
|
|
||
|
NOTE: If you have a Red Hat Ansible Engine product subscription, please follow the standard issue reporting process via the Red Hat Customer Portal.
|
||
|
|
||
|
Support
|
||
|
```````
|
||
8 years ago
|
|
||
7 years ago
|
For more information on how included Ansible modules are supported by Red Hat,
|
||
7 years ago
|
please refer to the following `knowledgebase article <https://access.redhat.com/articles/3166901>`_ as well as other resources on the `Red Hat Customer Portal. <https://access.redhat.com/>`_
|
||
8 years ago
|
|
||
|
.. seealso::
|
||
|
|
||
7 years ago
|
:doc:`../modules/modules_by_category`
|
||
|
A complete list of all available modules.
|
||
8 years ago
|
:doc:`intro_adhoc`
|
||
|
Examples of using modules in /usr/bin/ansible
|
||
|
:doc:`playbooks`
|
||
|
Examples of using modules with /usr/bin/ansible-playbook
|
||
7 years ago
|
:doc:`../dev_guide/developing_modules`
|
||
8 years ago
|
How to write your own modules
|
||
7 years ago
|
:doc:`../dev_guide/developing_api`
|
||
8 years ago
|
Examples of using modules with the Python API
|
||
|
`Mailing List <http://groups.google.com/group/ansible-project>`_
|
||
|
Questions? Help? Ideas? Stop by the list on Google Groups
|
||
|
`irc.freenode.net <http://irc.freenode.net>`_
|
||
|
#ansible IRC chat channel
|