From c85fac1ebabb31d61380adf089f2d3c631bd601c Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Wed, 3 Dec 2014 09:46:02 -0700 Subject: [PATCH] Set the ansible ssh timeout higher Change-Id: I1dbb41645d69b66d60597cb680bf5f90b0e4a8c4 --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index dfe5196..b9f0249 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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