From 292454450df37a6dc6b6013ee4b41d8c56cd3708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 22 May 2022 19:36:24 +0200 Subject: [PATCH] perf tuning --- ansible.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..7921160 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,6 @@ +[ssh_connection] +ssh_args = -o ControlMaster=auto -o ControlPersist=60s +[defaults] +forks=2 +pipelining = True +strategy = free \ No newline at end of file