aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-02-22 00:19:30 +0800
committerAaron LI <aly@aaronly.me>2018-02-22 00:19:30 +0800
commit89160f6d4f94b872663edff3d736cf8e52d8928f (patch)
treea9cb82a8718026d0044b6766b71a8d03c1686ffa
parentbc59213a33e609f177093a8e955f44b3999c8b56 (diff)
downloadansible-dfly-vps-89160f6d4f94b872663edff3d736cf8e52d8928f.tar.bz2
ansible.cfg: increase timeout (e.g., SSH key pass prompt)
-rw-r--r--ansible.cfg2
1 files changed, 2 insertions, 0 deletions
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