mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #18350 from Shaps/ssh_cp_dir_option_docs
Docs for control_path_dir option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user