From 622efa11c1398ec3f223371e5a5a6f7e7639a734 Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 20 Nov 2020 17:10:55 +0100 Subject: Decrease default timeout to 4 seconds. --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg index 6aa6eb2..e793c2c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -13,5 +13,7 @@ default_fact_path = /etc/ansible/facts.d/:facts.d/ stdout_callback = yaml stderr_callback = yaml +timeout = 4 + [ssh_connection] pipelining = True -- cgit v1.2.3