10 lines
200 B
INI
10 lines
200 B
INI
[defaults]
|
|
inventory = inventory.ini
|
|
host_key_checking = True
|
|
remote_user = root
|
|
retry_files_enabled = False
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|