Set the ansible ssh timeout higher
Change-Id: I1dbb41645d69b66d60597cb680bf5f90b0e4a8c4
This commit is contained in:
parent
b37a458991
commit
c85fac1eba
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user