core: improve work speed significantly
This commit is contained in:
+4
-1
@@ -2,6 +2,9 @@
|
||||
host_key_checking = False
|
||||
roles_path = ./roles:/etc/ansible/roles
|
||||
group_vars = ./group_vars
|
||||
forks = 20
|
||||
strategy = free
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|
||||
ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ControlMaster=auto -o ControlPersist=1800s
|
||||
pipelining = True
|
||||
Reference in New Issue
Block a user