diff options
| author | Aaron LI <aly@aaronly.me> | 2018-02-22 00:19:30 +0800 |
|---|---|---|
| committer | Aaron LI <aly@aaronly.me> | 2018-02-22 00:19:30 +0800 |
| commit | 89160f6d4f94b872663edff3d736cf8e52d8928f (patch) | |
| tree | a9cb82a8718026d0044b6766b71a8d03c1686ffa | |
| parent | bc59213a33e609f177093a8e955f44b3999c8b56 (diff) | |
| download | ansible-dfly-vps-89160f6d4f94b872663edff3d736cf8e52d8928f.tar.bz2 | |
ansible.cfg: increase timeout (e.g., SSH key pass prompt)
| -rw-r--r-- | ansible.cfg | 2 |
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 |
