summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/module_plugin_guide/modules_support.rst
blob: 566ae438834b41ca7987f15e9327647115a3ca32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.. _modules_support:

******************************
Module maintenance and support
******************************

If 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.

Starting 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.

.. contents::
  :local:

Maintenance
===========

.. table::
   :class: documentation-table

   ============================= ========================================== ==========================
   Collection                    Code location                              Maintained by
   ============================= ========================================== ==========================
   ansible.builtin               `ansible/ansible repo`_ on GitHub          core team

   distributed on Galaxy         various; follow ``repo`` link              community or partners

   distributed on Automation Hub various; follow ``repo`` link              content team or partners
   ============================= ========================================== ==========================

.. _ansible/ansible repo: https://github.com/ansible/ansible/tree/devel/lib/ansible/modules

Issue Reporting
===============

If you find a bug that affects a plugin in the main Ansible repo, also known as ``ansible-core``:

  #. Confirm that you are running the latest stable version of Ansible or the devel branch.
  #. Look at the `issue tracker in the Ansible repo <https://github.com/ansible/ansible/issues>`_ to see if an issue has already been filed.
  #. Create an issue if one does not already exist. Include as much detail as you can about the behavior you discovered.

If you find a bug that affects a plugin in a Galaxy collection:

  #. Find the collection on Galaxy.
  #. Find the issue tracker for the collection.
  #. Look there to see if an issue has already been filed.
  #. Create an issue if one does not already exist. Include as much detail as you can about the behavior you discovered.

Some partner collections may be hosted in private repositories.

If 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 mailing lists or chat channels (using Matrix at ansible.im or using IRC at `irc.libera.chat <https://libera.chat/>`_) to :ref:`communicate with Ansiblers <communication>`.

If you find a bug that affects a module in an Automation Hub collection:

  #. 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.

Support
=======

All 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/>`_

.. seealso::

   :ref:`intro_adhoc`
       Examples of using modules in /usr/bin/ansible
   :ref:`working_with_playbooks`
       Examples of using modules with /usr/bin/ansible-playbook
   `Mailing List <https://groups.google.com/group/ansible-project>`_
       Questions? Help? Ideas?  Stop by the list on Google Groups
   :ref:`communication_irc`
       How to join Ansible chat channels