12 lines
264 B
INI
12 lines
264 B
INI
[defaults]
|
|
nocows = True
|
|
roles_path = ./roles
|
|
inventory = ./inventory/hosts.cfg
|
|
|
|
remote_tmp = $HOME/.ansible/tmp
|
|
local_tmp = $HOME/.ansible/tmp
|
|
pipelining = True
|
|
become = True
|
|
host_key_checking = False
|
|
deprecation_warnings = True
|
|
callback_whitelist = profile_tasks |