Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for control_path_dir option #18350

Merged
merged 1 commit into from
Nov 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions docsite/rst/intro_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down