11 lines
199 B
INI
11 lines
199 B
INI
[defaults]
|
|
inventory = inventory/host.ini
|
|
host_key_checking = False
|
|
interpreter_python = auto_silent
|
|
vars = groups_vars/
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_user = root
|