Merge "Increase bridge's ansible ssh controlpersist timeout to 180s"
This commit is contained in:
commit
73124ce1db
@ -29,6 +29,10 @@ any_unparsed_is_failed=True
|
|||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
retries=3
|
retries=3
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
# Override the default ControlPersist value of 60s due to
|
||||||
|
# https://github.com/ansible/ansible/issues/81777 and the hunch that
|
||||||
|
# fewer task pairs have larger deltas between them.
|
||||||
|
ssh_args = -o ControlMaster=auto -o ControlPersist=180s
|
||||||
|
|
||||||
[callback_profile_tasks]
|
[callback_profile_tasks]
|
||||||
task_output_limit = 50
|
task_output_limit = 50
|
||||||
|
Loading…
Reference in New Issue
Block a user