12 lines
225 B
INI
12 lines
225 B
INI
|
[defaults]
|
||
|
remote_user = root
|
||
|
host_key_checking = False
|
||
|
roles_path = ./roles
|
||
|
inventory = ./inventories/lab
|
||
|
gathering = smart
|
||
|
interpreter_python = auto_silent
|
||
|
deprecation_warnings = False
|
||
|
|
||
|
[privilege_escalation]
|
||
|
become = True
|