15 lines
256 B
INI
15 lines
256 B
INI
[defaults]
|
|
host_key_checking = false
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp/facts_cache
|
|
library = library
|
|
gather_facts = true
|
|
interpreter_python = auto
|
|
remote_user = user
|
|
|
|
[connection]
|
|
pipelining = True
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|