You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
345 B
14 lines
345 B
2 years ago
|
[defaults]
|
||
|
interpreter_python = auto_silent
|
||
|
stdout_callback = debug
|
||
|
use_persistent_connections = true
|
||
|
forks = 6
|
||
|
internal_poll_interval = 0.01
|
||
|
jinja2_native = true
|
||
|
|
||
|
[ssh_connection]
|
||
|
pipelining = true
|
||
|
transfer_method = scp
|
||
|
scp_if_ssh = smart
|
||
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey,password
|