reduced the number of default forks that are running.
diff --git a/baas-1601-dc1.cfg b/baas-1601-dc1.cfg index a3dbbcc..1909053 100644 --- a/baas-1601-dc1.cfg +++ b/baas-1601-dc1.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 15 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1601-dc1-dc2.cfg b/edge-1601-dc1-dc2.cfg index 1ec44c0..a9f4969 100644 --- a/edge-1601-dc1-dc2.cfg +++ b/edge-1601-dc1-dc2.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1601-dc1.cfg b/edge-1601-dc1.cfg index 0418734..eb77520 100644 --- a/edge-1601-dc1.cfg +++ b/edge-1601-dc1.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1601-dc2.cfg b/edge-1601-dc2.cfg index 17f5e04..f89ba48 100644 --- a/edge-1601-dc2.cfg +++ b/edge-1601-dc2.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1601-dc3.cfg b/edge-1601-dc3.cfg index 2536df1..898d74d 100644 --- a/edge-1601-dc3.cfg +++ b/edge-1601-dc3.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1601-dc4.cfg b/edge-1601-dc4.cfg index 805aa72..c53fa09 100644 --- a/edge-1601-dc4.cfg +++ b/edge-1601-dc4.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1605-dc3.cfg b/edge-1605-dc3.cfg index a7a3a64..fd04bd3 100644 --- a/edge-1605-dc3.cfg +++ b/edge-1605-dc3.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1609-dc2.cfg b/edge-1609-dc2.cfg index d25949a..33a74ba 100644 --- a/edge-1609-dc2.cfg +++ b/edge-1609-dc2.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1609-dc3-dc4.cfg b/edge-1609-dc3-dc4.cfg index 949d30a..b2357a3 100644 --- a/edge-1609-dc3-dc4.cfg +++ b/edge-1609-dc3-dc4.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1609-dc3.cfg b/edge-1609-dc3.cfg index 6308fc8..0f6646e 100644 --- a/edge-1609-dc3.cfg +++ b/edge-1609-dc3.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1609-dc4.cfg b/edge-1609-dc4.cfg index 603e081..6abc72d 100644 --- a/edge-1609-dc4.cfg +++ b/edge-1609-dc4.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/edge-1701-dc2.cfg b/edge-1701-dc2.cfg index 3c99c71..01ce854 100644 --- a/edge-1701-dc2.cfg +++ b/edge-1701-dc2.cfg
@@ -11,7 +11,7 @@ library = ~/.ansible/library/ host_key_checking = false -forks = 50 +forks = 10 retry_files_enabled = False # executable = /bin/bash executable = sh
diff --git a/vagrant-aio.cfg b/vagrant-aio.cfg index 6c94a29..5c9f20a 100644 --- a/vagrant-aio.cfg +++ b/vagrant-aio.cfg
@@ -1,7 +1,7 @@ [defaults] host_key_checking = false hostfile = ~/.ansible/inventory/vagrant -forks = 50 +forks = 10 remote_user = vagrant private_key_file = ~/.vagrant.d/insecure_private_key roles_path = ~/.ansible/roles