Set the ansible ssh timeout higher

Change-Id: I1dbb41645d69b66d60597cb680bf5f90b0e4a8c4
This commit is contained in:
Tim Kuhlman 2014-12-03 09:46:02 -07:00
parent b37a458991
commit c85fac1eba

2
Vagrantfile vendored
View File

@ -37,6 +37,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
ansible.playbook = "devstack.yml"
ansible.inventory_path = '.ansible_hosts'
ansible.host_key_checking = false
ansible.raw_arguments = '-T 30'
end
end
@ -53,6 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
ansible.playbook = "mini-mon.yml"
ansible.inventory_path = '.ansible_hosts'
ansible.host_key_checking = false
ansible.raw_arguments = '-T 30'
end
end