summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/collections_guide/index.rst
blob: 04182c9e9cb0d70d9b3505ac68044790045e91be (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
.. _collections_index:
.. _collections:

#########################
Using Ansible collections
#########################

.. note::

    **Making Open Source More Inclusive**

    Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. We ask that you open an issue or pull request if you come upon a term that we have missed. For more details, see `our CTO Chris Wright's message <https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language>`_.

Welcome to the Ansible guide for working with collections.

Collections are a distribution format for Ansible content that can include playbooks, roles, modules, and plugins.
You can install and use collections through a distribution server, such as Ansible Galaxy, or a Pulp 3 Galaxy server.

.. toctree::
   :maxdepth: 2

   collections_installing
   collections_downloading
   collections_listing
   collections_verifying
   collections_using_playbooks
   collections_index