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