1.. _modules_support:
2
3****************************
4Module Maintenance & Support
5****************************
6
7If you are using a module and you discover a bug, you may want to know where to report that bug, who is responsible for fixing it, and how you can track changes to the module. If you are a Red Hat subscriber, you may want to know whether you can get support for the issue you are facing.
8
9Starting in Ansible 2.10, most modules live in collections. The distribution method for each collection reflects the maintenance and support for the modules in that collection.
10
11.. contents::
12  :local:
13
14Maintenance
15===========
16
17.. table::
18   :class: documentation-table
19
20   ============================= ========================================== ==========================
21   Collection                    Code location                              Maintained by
22   ============================= ========================================== ==========================
23   ansible.builtin               `ansible/ansible repo`_ on GitHub          core team
24
25   distributed on Galaxy         various; follow ``repo`` link              community or partners
26
27   distributed on Automation Hub various; follow ``repo`` link              content team or partners
28   ============================= ========================================== ==========================
29
30.. _ansible/ansible repo: https://github.com/ansible/ansible/tree/devel/lib/ansible/modules
31
32Issue Reporting
33===============
34
35If you find a bug that affects a plugin in the main Ansible repo, also known as ``ansible-core``:
36
37  #. Confirm that you are running the latest stable version of Ansible or the devel branch.
38  #. Look at the `issue tracker in the Ansible repo <https://github.com/ansible/ansible/issues>`_ to see if an issue has already been filed.
39  #. Create an issue if one does not already exist. Include as much detail as you can about the behavior you discovered.
40
41If you find a bug that affects a plugin in a Galaxy collection:
42
43  #. Find the collection on Galaxy.
44  #. Find the issue tracker for the collection.
45  #. Look there to see if an issue has already been filed.
46  #. Create an issue if one does not already exist. Include as much detail as you can about the behavior you discovered.
47
48Some partner collections may be hosted in private repositories.
49
50If you are not sure whether the behavior you see is a bug, if you have questions, if you want to discuss development-oriented topics, or if you just want to get in touch, use one of our Google groups or IRC channels to :ref:`communicate with Ansiblers <communication>`.
51
52If you find a bug that affects a module in an Automation Hub collection:
53
54  #. If the collection offers an Issue Tracker link on Automation Hub, click there and open an issue on the collection repository. If it does not, follow the standard process for reporting issues on the `Red Hat Customer Portal <https://access.redhat.com/>`_. You must have a subscription to the Red Hat Ansible Automation Platform to create an issue on the portal.
55
56Support
57=======
58
59All plugins that remain in ``ansible-core`` and all collections hosted in Automation Hub are supported by Red Hat. No other plugins or collections are supported by Red Hat. If you have a subscription to the Red Hat Ansible Automation Platform, you can find more information and resources on the `Red Hat Customer Portal. <https://access.redhat.com/>`_
60
61.. seealso::
62
63   :ref:`intro_adhoc`
64       Examples of using modules in /usr/bin/ansible
65   :ref:`working_with_playbooks`
66       Examples of using modules with /usr/bin/ansible-playbook
67   `Mailing List <https://groups.google.com/group/ansible-project>`_
68       Questions? Help? Ideas?  Stop by the list on Google Groups
69   `irc.libera.chat <https://libera.chat/>`_
70       #ansible IRC chat channel
71