11 lines
189 B
INI
11 lines
189 B
INI
|
[defaults]
|
||
|
roles_path = ./roles
|
||
|
inventory = ./hosts
|
||
|
gathering = explicit
|
||
|
interpreter_python = auto_silent
|
||
|
remote_user = root
|
||
|
host_key_checking = False
|
||
|
|
||
|
[privilege_escalation]
|
||
|
become = True
|