18 lines
396 B
INI
18 lines
396 B
INI
[defaults]
|
|
inventory = inventory/hosts.yml
|
|
remote_user = root
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp/ansible_facts
|
|
fact_caching_timeout = 86400
|
|
stdout_callback = yaml
|
|
forks = 10
|
|
|
|
[privilege_escalation]
|
|
become = False
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|