12 lines
217 B
INI
12 lines
217 B
INI
|
[defaults]
|
||
|
inventory = ./hosts.ini
|
||
|
retry_files_enabled = false
|
||
|
nocows = true
|
||
|
|
||
|
log_path = $HOME/.ansible/ansible.log
|
||
|
|
||
|
forks = 20
|
||
|
gathering = smart
|
||
|
fact_caching = jsonfile
|
||
|
fact_caching_connection = $HOME/.ansible/facts
|