mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:34:31 +00:00
18 lines
318 B
INI
18 lines
318 B
INI
[defaults]
|
|
inventory = inventory/hosts.ini
|
|
roles_path = roles
|
|
collections_paths = collections
|
|
interpreter_python = auto_silent
|
|
stdout_callback = yaml
|
|
forks = 20
|
|
timeout = 30
|
|
host_key_checking = True
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_ask_pass = False
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|