diff --git a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst index ce196e5cfe5..d7b64886128 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst @@ -96,7 +96,7 @@ All fields in the ``DOCUMENTATION`` block are lower-case. All fields are require :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, 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. diff --git a/docs/docsite/rst/dev_guide/developing_plugins.rst b/docs/docsite/rst/dev_guide/developing_plugins.rst index eb2c8befb49..a3c9785a719 100644 --- a/docs/docsite/rst/dev_guide/developing_plugins.rst +++ b/docs/docsite/rst/dev_guide/developing_plugins.rst @@ -483,8 +483,8 @@ For example vars plugins, see the source code for the `vars plugins included wit .. seealso:: - :ref:`all_modules` - List of all modules + :ref:`list_of_collections` + Browse existing collections, modules, and plugins :ref:`developing_api` Learn about the Python API for task execution :ref:`developing_inventory` diff --git a/docs/docsite/rst/reference_appendices/common_return_values.rst b/docs/docsite/rst/reference_appendices/common_return_values.rst index e24a30c418e..392dc96ce4a 100644 --- a/docs/docsite/rst/reference_appendices/common_return_values.rst +++ b/docs/docsite/rst/reference_appendices/common_return_values.rst @@ -241,8 +241,8 @@ This key contains a list of dictionaries that will be presented to the user. Key .. seealso:: - :ref:`all_modules` - Learn about available modules + :ref:`list_of_collections` + Browse existing collections, modules, and plugins `GitHub modules directory `_ Browse source of core and extras modules `Mailing List `_ diff --git a/docs/docsite/rst/reference_appendices/test_strategies.rst b/docs/docsite/rst/reference_appendices/test_strategies.rst index d41cdb69a29..01da667abe8 100644 --- a/docs/docsite/rst/reference_appendices/test_strategies.rst +++ b/docs/docsite/rst/reference_appendices/test_strategies.rst @@ -262,8 +262,8 @@ system. .. seealso:: - :ref:`all_modules` - All the documentation for Ansible modules + :ref:`list_of_collections` + Browse existing collections, modules, and plugins :ref:`working_with_playbooks` An introduction to playbooks :ref:`playbooks_delegation` diff --git a/docs/docsite/rst/scenario_guides/guide_aws.rst b/docs/docsite/rst/scenario_guides/guide_aws.rst index 3a602aa1611..ba453195df3 100644 --- a/docs/docsite/rst/scenario_guides/guide_aws.rst +++ b/docs/docsite/rst/scenario_guides/guide_aws.rst @@ -269,8 +269,8 @@ documentation for a full list with examples. .. seealso:: - :ref:`all_modules` - All the documentation for Ansible modules + :ref:`list_of_collections` + Browse existing collections, modules, and plugins :ref:`working_with_playbooks` An introduction to playbooks :ref:`playbooks_delegation` diff --git a/docs/docsite/rst/user_guide/intro_adhoc.rst b/docs/docsite/rst/user_guide/intro_adhoc.rst index 979126c403a..bf0b76581f4 100644 --- a/docs/docsite/rst/user_guide/intro_adhoc.rst +++ b/docs/docsite/rst/user_guide/intro_adhoc.rst @@ -196,8 +196,8 @@ Now that you understand the basic elements of Ansible execution, you are ready t :ref:`intro_configuration` All about the Ansible config file - :ref:`all_modules` - A list of available modules + :ref:`list_of_collections` + Browse existing collections, modules, and plugins :ref:`working_with_playbooks` Using Ansible for configuration management & deployment `Mailing List `_ diff --git a/docs/docsite/rst/user_guide/playbooks_best_practices.rst b/docs/docsite/rst/user_guide/playbooks_best_practices.rst index 775d390d469..86915f51fd9 100644 --- a/docs/docsite/rst/user_guide/playbooks_best_practices.rst +++ b/docs/docsite/rst/user_guide/playbooks_best_practices.rst @@ -155,8 +155,8 @@ This pulls in variables from the group_vars/os_CentOS.yml file. Learn about YAML syntax :ref:`working_with_playbooks` Review the basic playbook features - :ref:`all_modules` - Learn about available modules + :ref:`list_of_collections` + Browse existing collections, modules, and plugins :ref:`developing_modules` Learn how to extend Ansible by writing your own modules :ref:`intro_patterns` diff --git a/docs/docsite/rst/user_guide/playbooks_intro.rst b/docs/docsite/rst/user_guide/playbooks_intro.rst index 56ac5a70eca..24037b3ed85 100644 --- a/docs/docsite/rst/user_guide/playbooks_intro.rst +++ b/docs/docsite/rst/user_guide/playbooks_intro.rst @@ -139,8 +139,8 @@ The `ansible-lint default rules `_ diff --git a/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst b/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst index e985ed46b91..90326ab79c9 100644 --- a/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst +++ b/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst @@ -466,8 +466,8 @@ Read the `Ansible Galaxy documentation `_ page Loops in playbooks :ref:`tags` Using tags to select or skip roles/tasks in long playbooks - :ref:`all_modules` - List of available modules + :ref:`list_of_collections` + Browse existing collections, modules, and plugins :ref:`developing_modules` Extending Ansible by writing your own modules `GitHub Ansible examples `_ diff --git a/docs/docsite/rst/user_guide/sample_setup.rst b/docs/docsite/rst/user_guide/sample_setup.rst index ace2567e9ea..9be60004787 100644 --- a/docs/docsite/rst/user_guide/sample_setup.rst +++ b/docs/docsite/rst/user_guide/sample_setup.rst @@ -273,8 +273,8 @@ in the directory structure example at the start of this section. Learn about YAML syntax :ref:`working_with_playbooks` Review the basic playbook features - :ref:`all_modules` - Learn about available modules + :ref:`list_of_collections` + Browse existing collections, modules, and plugins :ref:`developing_modules` Learn how to extend Ansible by writing your own modules :ref:`intro_patterns`