aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-20 17:10:55 +0100
committerbinary <me@rgoncalves.se>2020-11-20 17:10:55 +0100
commit622efa11c1398ec3f223371e5a5a6f7e7639a734 (patch)
treead2799fd8f82cb2d9abb001072ae8d4bbde88bf4 /ansible.cfg
parent5edd82486b8ae2a1ed4486672be1ff0746eaffb1 (diff)
downloadold-infrastructure-622efa11c1398ec3f223371e5a5a6f7e7639a734.tar.gz
Decrease default timeout to 4 seconds.
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 2 insertions, 0 deletions
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
remember that computers suck.