Changed all_modules references to list_of_collections in the documentation (#71656)

pull/71688/head
esmersmith 5 years ago committed by GitHub
parent 1ad0f666d5
commit a34043c6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,7 +96,7 @@ All fields in the ``DOCUMENTATION`` block are lower-case. All fields are require
:short_description: :short_description:
* A short description which is displayed on the :ref:`all_modules` page and ``ansible-doc -l``. * A short description which is displayed on the :ref:`list_of_collections` page and ``ansible-doc -l``.
* The ``short_description`` is displayed by ``ansible-doc -l`` without any category grouping, * The ``short_description`` is displayed by ``ansible-doc -l`` without any category grouping,
so it needs enough detail to explain the module's purpose without the context of the directory structure in which it lives. so it needs enough detail to explain the module's purpose without the context of the directory structure in which it lives.
* Unlike ``description:``, ``short_description`` should not have a trailing period/full stop. * Unlike ``description:``, ``short_description`` should not have a trailing period/full stop.

@ -483,8 +483,8 @@ For example vars plugins, see the source code for the `vars plugins included wit
.. seealso:: .. seealso::
:ref:`all_modules` :ref:`list_of_collections`
List of all modules Browse existing collections, modules, and plugins
:ref:`developing_api` :ref:`developing_api`
Learn about the Python API for task execution Learn about the Python API for task execution
:ref:`developing_inventory` :ref:`developing_inventory`

@ -241,8 +241,8 @@ This key contains a list of dictionaries that will be presented to the user. Key
.. seealso:: .. seealso::
:ref:`all_modules` :ref:`list_of_collections`
Learn about available modules Browse existing collections, modules, and plugins
`GitHub modules directory <https://github.com/ansible/ansible/tree/devel/lib/ansible/modules>`_ `GitHub modules directory <https://github.com/ansible/ansible/tree/devel/lib/ansible/modules>`_
Browse source of core and extras modules Browse source of core and extras modules
`Mailing List <https://groups.google.com/group/ansible-devel>`_ `Mailing List <https://groups.google.com/group/ansible-devel>`_

@ -262,8 +262,8 @@ system.
.. seealso:: .. seealso::
:ref:`all_modules` :ref:`list_of_collections`
All the documentation for Ansible modules Browse existing collections, modules, and plugins
:ref:`working_with_playbooks` :ref:`working_with_playbooks`
An introduction to playbooks An introduction to playbooks
:ref:`playbooks_delegation` :ref:`playbooks_delegation`

@ -269,8 +269,8 @@ documentation for a full list with examples.
.. seealso:: .. seealso::
:ref:`all_modules` :ref:`list_of_collections`
All the documentation for Ansible modules Browse existing collections, modules, and plugins
:ref:`working_with_playbooks` :ref:`working_with_playbooks`
An introduction to playbooks An introduction to playbooks
:ref:`playbooks_delegation` :ref:`playbooks_delegation`

@ -196,8 +196,8 @@ Now that you understand the basic elements of Ansible execution, you are ready t
:ref:`intro_configuration` :ref:`intro_configuration`
All about the Ansible config file All about the Ansible config file
:ref:`all_modules` :ref:`list_of_collections`
A list of available modules Browse existing collections, modules, and plugins
:ref:`working_with_playbooks` :ref:`working_with_playbooks`
Using Ansible for configuration management & deployment Using Ansible for configuration management & deployment
`Mailing List <https://groups.google.com/group/ansible-project>`_ `Mailing List <https://groups.google.com/group/ansible-project>`_

@ -155,8 +155,8 @@ This pulls in variables from the group_vars/os_CentOS.yml file.
Learn about YAML syntax Learn about YAML syntax
:ref:`working_with_playbooks` :ref:`working_with_playbooks`
Review the basic playbook features Review the basic playbook features
:ref:`all_modules` :ref:`list_of_collections`
Learn about available modules Browse existing collections, modules, and plugins
:ref:`developing_modules` :ref:`developing_modules`
Learn how to extend Ansible by writing your own modules Learn how to extend Ansible by writing your own modules
:ref:`intro_patterns` :ref:`intro_patterns`

@ -139,8 +139,8 @@ The `ansible-lint default rules <https://docs.ansible.com/ansible-lint/rules/def
Learn about YAML syntax Learn about YAML syntax
:ref:`playbooks_best_practices` :ref:`playbooks_best_practices`
Tips for managing playbooks in the real world Tips for managing playbooks in the real world
:ref:`all_modules` :ref:`list_of_collections`
Learn about available modules Browse existing collections, modules, and plugins
:ref:`developing_modules` :ref:`developing_modules`
Learn to extend Ansible by writing your own modules Learn to extend Ansible by writing your own modules
:ref:`intro_patterns` :ref:`intro_patterns`

@ -22,8 +22,8 @@ The content on this page has been moved to :ref:`playbooks_reuse`.
Conditionals in playbooks Conditionals in playbooks
:ref:`playbooks_loops` :ref:`playbooks_loops`
Loops in playbooks Loops in playbooks
:ref:`all_modules` :ref:`list_of_collections`
Learn about available modules Browse existing collections, modules, and plugins
:ref:`developing_modules` :ref:`developing_modules`
Learn how to extend Ansible by writing your own modules Learn how to extend Ansible by writing your own modules
`GitHub Ansible examples <https://github.com/ansible/ansible-examples>`_ `GitHub Ansible examples <https://github.com/ansible/ansible-examples>`_

@ -466,8 +466,8 @@ Read the `Ansible Galaxy documentation <https://galaxy.ansible.com/docs/>`_ page
Loops in playbooks Loops in playbooks
:ref:`tags` :ref:`tags`
Using tags to select or skip roles/tasks in long playbooks Using tags to select or skip roles/tasks in long playbooks
:ref:`all_modules` :ref:`list_of_collections`
List of available modules Browse existing collections, modules, and plugins
:ref:`developing_modules` :ref:`developing_modules`
Extending Ansible by writing your own modules Extending Ansible by writing your own modules
`GitHub Ansible examples <https://github.com/ansible/ansible-examples>`_ `GitHub Ansible examples <https://github.com/ansible/ansible-examples>`_

@ -273,8 +273,8 @@ in the directory structure example at the start of this section.
Learn about YAML syntax Learn about YAML syntax
:ref:`working_with_playbooks` :ref:`working_with_playbooks`
Review the basic playbook features Review the basic playbook features
:ref:`all_modules` :ref:`list_of_collections`
Learn about available modules Browse existing collections, modules, and plugins
:ref:`developing_modules` :ref:`developing_modules`
Learn how to extend Ansible by writing your own modules Learn how to extend Ansible by writing your own modules
:ref:`intro_patterns` :ref:`intro_patterns`

Loading…
Cancel
Save