diff --git a/docs/docsite/rst/installation_guide/intro_configuration.rst b/docs/docsite/rst/installation_guide/intro_configuration.rst index 37977b03731..a3de6efbd2a 100644 --- a/docs/docsite/rst/installation_guide/intro_configuration.rst +++ b/docs/docsite/rst/installation_guide/intro_configuration.rst @@ -17,6 +17,7 @@ Configuration file Certain settings in Ansible are adjustable via a configuration file (ansible.cfg). The stock configuration should be sufficient for most users, but there may be reasons you would want to change them. +Paths where configuration file is searched are listed in :ref:`reference documentation`. .. _getting_the_latest_configuration: diff --git a/docs/templates/config.rst.j2 b/docs/templates/config.rst.j2 index cf0cb91ef4d..cf5baaf4eec 100644 --- a/docs/templates/config.rst.j2 +++ b/docs/templates/config.rst.j2 @@ -13,6 +13,7 @@ Ansible supports a few ways of providing configuration variables, mainly through Starting at Ansible 2.4 the ``ansible-config`` utility allows users to see all the configuration settings available, their defaults, how to set them and where their current value comes from. See :doc:ansible-config for more information. +.. _ansible_configuration_settings_locations: The configuration file ======================