perf tuning

This commit is contained in:
Torma Kristóf 2022-05-22 19:36:24 +02:00
parent 173b96abba
commit 292454450d

6
ansible.cfg Normal file
View File

@ -0,0 +1,6 @@
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
[defaults]
forks=2
pipelining = True
strategy = free