summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPilou <pierre-louis@libregerbil.fr>2018-05-25 06:29:29 +0200
committeransibot <ansibot@users.noreply.github.com>2018-05-25 00:29:29 -0400
commit3f5f5faec61260cae21b2dbd5bda812f1988fc45 (patch)
treed15ee73317e7fe4bc3eeeb1bf69c8e8dce3ab0cd /docs
parent2a29b2ff7f0cbda712e88331b6f98a5e226000c0 (diff)
downloadansible-3f5f5faec61260cae21b2dbd5bda812f1988fc45.tar.gz
doc: config intro, add link to searched locations (#39614)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/installation_guide/intro_configuration.rst1
-rw-r--r--docs/templates/config.rst.j21
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/installation_guide/intro_configuration.rst b/docs/docsite/rst/installation_guide/intro_configuration.rst
index 37977b0373..a3de6efbd2 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<ansible_configuration_settings_locations>`.
.. _getting_the_latest_configuration:
diff --git a/docs/templates/config.rst.j2 b/docs/templates/config.rst.j2
index cf0cb91ef4..cf5baaf4ee 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
======================