summaryrefslogtreecommitdiff
path: root/lib/ansible/config
diff options
context:
space:
mode:
authorGanesh Nalawade <ganesh634@gmail.com>2017-06-15 15:44:43 +0530
committerJohn R Barker <john@johnrbarker.com>2017-06-15 11:14:43 +0100
commit12493707a7728956fc63890495f4cd45abc516cc (patch)
tree2e20f935d7554e644bd8b4cd1988eb4cbeee5cfc /lib/ansible/config
parentdbb3fd0e5ecd230592887a9ca4743732349c518b (diff)
downloadansible-12493707a7728956fc63890495f4cd45abc516cc.tar.gz
Add persistent connection control path dir constant (#25736)
Diffstat (limited to 'lib/ansible/config')
-rw-r--r--lib/ansible/config/data/config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ansible/config/data/config.yml b/lib/ansible/config/data/config.yml
index 1eac76a1b7..68deb5eb11 100644
--- a/lib/ansible/config/data/config.yml
+++ b/lib/ansible/config/data/config.yml
@@ -1272,6 +1272,14 @@ PERSISTENT_CONNECT_INTERVAL:
value_type: integer
vars: []
yaml: {key: persistent_connection.connect_interval}
+PERSISTENT_CONTROL_PATH_DIR:
+ default: ~/.ansible/pc
+ desc: 'TODO: write it'
+ env: [{name: ANSIBLE_PERSISTENT_CONTROL_PATH_DIR}]
+ ini:
+ - {key: control_path_dir, section: persistent_connection}
+ vars: []
+ yaml: {key: persistent_connection.control_path_dir}
PERSISTENT_CONNECT_RETRIES:
default: 30
desc: 'TODO: write it'