From 89160f6d4f94b872663edff3d736cf8e52d8928f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 22 Feb 2018 00:19:30 +0800 Subject: ansible.cfg: increase timeout (e.g., SSH key pass prompt) --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 5ad3e6e..c1790d6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,6 +8,8 @@ [defaults] inventory = ./hosts.yml +# Increase SSH startup timeout (default: 10s) +timeout = 30 # uncomment this to disable SSH key host checking #host_key_checking = False -- cgit v1.2.2