19 lines
382 B
INI
19 lines
382 B
INI
[defaults]
|
|
inventory = inventory.ini
|
|
interpreter_python = auto_silent
|
|
callbacks_enabled = timer, profile_tasks, default
|
|
display_skipped_hosts = no
|
|
deprecation_warnings = False
|
|
host_key_checking = False
|
|
gathering = smart
|
|
retry_files_enabled = False
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_user = root
|
|
become_ask_pass = False
|
|
|
|
[connection]
|
|
pipelining = True
|