summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Tartaglia <me@andreatartaglia.com>2016-11-03 22:11:19 +0000
committerAndrea Tartaglia <me@andreatartaglia.com>2016-11-03 22:11:19 +0000
commite70561540c458ea9870039312639fd9bf2e321e6 (patch)
tree9b2b69aae8d15eb1d84b8ef56b64484ee7cb5a3e
parent32a7b4ce71b3d1872b5e48916eaf0dc769c07eac (diff)
downloadansible-e70561540c458ea9870039312639fd9bf2e321e6.tar.gz
Docs for control_path_dir option
-rw-r--r--docsite/rst/intro_configuration.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst
index ee2850289b..38ab299aaa 100644
--- a/docsite/rst/intro_configuration.rst
+++ b/docsite/rst/intro_configuration.rst
@@ -999,6 +999,18 @@ Ansible 1.4 and later will instruct users to run with "-vvvv" in situations wher
and if so it is easy to tell there is too long of a Control Path filename. This may be frequently
encountered on EC2. This setting is ignored if ``ssh_args`` is set.
+.. _control_path_dir:
+
+control_path_dir
+================
+
+.. versionadded:: 2.3
+
+This is the base directory of the ControlPath sockets.
+It is the ``%(directory)s`` part of the ``control_path`` option.
+This defaults to::
+ control_path_dir=$HOME/.ansible/cp
+
.. _scp_if_ssh:
scp_if_ssh