7 lines
192 B
INI
7 lines
192 B
INI
|
|
[defaults]
|
||
|
|
inventory = ./inventory/
|
||
|
|
|
||
|
|
[ssh_connection]
|
||
|
|
pipelining = True
|
||
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=300s -o StrictHostKeyChecking=no -o UserKnownHostsFile=./known_hosts
|