15 lines
265 B
INI
15 lines
265 B
INI
[defaults]
|
|
|
|
inventory = ./inventories/hosts.ini
|
|
roles_path = ./roles
|
|
collections_paths = ./collections
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
timeout = 30
|
|
forks = 10
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
#become_ask_pass = False
|