From 63390c5588c33cab270f38bdaf69dad00233ad71 Mon Sep 17 00:00:00 2001 From: June Date: Thu, 5 Dec 2024 23:18:34 +0100 Subject: [PATCH] enable pipelining as it seems to work and be faster See: https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-pipelining --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 7c22aeb..ca06548 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,6 @@ [defaults] inventory = ./inventories/z9/hosts.yaml +pipelining = True [passwordstore_lookup] backend = pass