14 lines
300 B
INI
14 lines
300 B
INI
[defaults]
|
|
inventory = inventory/hosts
|
|
# roles_path = roles/
|
|
remote_tmp = /tmp/.ansible-${USER}/tmp
|
|
gathering = smart
|
|
gather_timeout = 30
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = facts.d
|
|
fact_caching_timeout = 600
|
|
retry_files_enabled = False
|
|
forks = 8
|
|
timeout = 30
|
|
host_key_checking = False
|