parent
2ecad8bb93
commit
28e0646dc2
|
@ -6,7 +6,7 @@ BUG FIXES:
|
|||
- guests/funtoo: fix incorrect path in configure networks [GH-4812]
|
||||
- plugins/login: allow users to login with a token [GH-5145]
|
||||
- provisioners/ansible: fix SSH settings to support more than 5 ssh keys [GH-5017]
|
||||
- provisioners/ansible: increase ansible connection timeout to 30 seconds [GH-5175]
|
||||
- provisioners/ansible: increase ansible connection timeout to 30 seconds [GH-4860]
|
||||
|
||||
## 1.7.2 (January 6, 2015)
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ module VagrantPlugins
|
|||
options << "--connection=ssh"
|
||||
|
||||
# Increase the SSH connection timeout, as the Ansible default value (10 seconds)
|
||||
# is a bit demanding for some overloaded developer boxes. This is particularly
|
||||
# is a bit demanding for some overloaded developer boxes. This is particularly
|
||||
# helpful when additioal virtual networks are configured, as their availability
|
||||
# is not controlled during vagrant boot process.
|
||||
options << "--timeout=30"
|
||||
|
|
Loading…
Reference in New Issue