12 lines
195 B
INI
12 lines
195 B
INI
# Custom .cfg file
|
|
[defaults]
|
|
roles_path= ./cache/roles
|
|
collections_path= ./cache/collections
|
|
host_key_checking = false
|
|
|
|
[privilege_escalation]
|
|
become = false
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|