
Setting a default ansible config file in the working folder in order to enable pipelining and extend the SSH timeout as some processes are long running. Ansible will automatically load this file if the user executes ansible-playbook from the folder where the file is sitting, if system-wide or user-specific configuration files are not found. Change-Id: I33556401450c6b7f21e198df9a3ca548a7278280
4 lines
43 B
INI
4 lines
43 B
INI
[defaults]
|
|
timeout = 120
|
|
pipelining = True
|