From 430a509fc7eb356613a79761a1aa8dcb0f61a219 Mon Sep 17 00:00:00 2001 From: bronsen <kontakt+gitcommit@nrrd.de> Date: Mon, 3 Mar 2025 19:54:04 +0100 Subject: [PATCH] [ansible] enable pipelining for moar better performance --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 4992475..4acbd23 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,3 +2,4 @@ inventory = hosts.yaml gathering = smart transport = ssh +pipelining = true