10 lines
208 B
INI
10 lines
208 B
INI
[defaults]
|
|
inventory = inventory.ini
|
|
host_key_checking = False
|
|
deprecation_warnings = False
|
|
timeout = 30
|
|
pipelining = True
|
|
|
|
[ssh_connection]
|
|
retries = 3
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s |