17 lines
310 B
INI
17 lines
310 B
INI
[defaults]
|
|
remote_user = root
|
|
#nocows = True
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
interpreter_python = /usr/bin/python3
|
|
strategy = free
|
|
forks = 2
|
|
|
|
# two hours timeout
|
|
fact_caching_timeout = 7200
|
|
fact_caching_uri = ./.fact_cache.json
|
|
|
|
[ssh_connection]
|
|
# when developing on local machine
|
|
pipelining = True
|
|
|