mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Add persistent connection control path dir constant (#25736)
This commit is contained in:
parent
dbb3fd0e5e
commit
12493707a7
1 changed files with 8 additions and 0 deletions
|
@ -1272,6 +1272,14 @@ PERSISTENT_CONNECT_INTERVAL:
|
||||||
value_type: integer
|
value_type: integer
|
||||||
vars: []
|
vars: []
|
||||||
yaml: {key: persistent_connection.connect_interval}
|
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:
|
PERSISTENT_CONNECT_RETRIES:
|
||||||
default: 30
|
default: 30
|
||||||
desc: 'TODO: write it'
|
desc: 'TODO: write it'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue