13 lines
270 B
INI
13 lines
270 B
INI
[defaults]
|
|
inventory = inventory/hosts.yml
|
|
roles_path = roles
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
interpreter_python = auto_silent
|
|
stdout_callback = yaml
|
|
local_tmp = /tmp/ansible-local
|
|
remote_tmp = /tmp/.ansible/tmp
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|