12 lines
243 B
INI
12 lines
243 B
INI
[defaults]
|
|
inventory = hosts
|
|
host_key_checking = True
|
|
timeout = 30
|
|
gathering = smart
|
|
fact_caching = memory
|
|
stdout_callback = yaml
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o IdentitiesOnly=yes
|
|
pipelining = True
|