Skip to content
Snippets Groups Projects
Commit a9147961 authored by nimrod's avatar nimrod
Browse files

Enable parallel provisioning.

parent cdfa47da
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ Vagrant.configure(2) do |config| ...@@ -9,6 +9,7 @@ Vagrant.configure(2) do |config|
ansible.sudo = true ansible.sudo = true
ansible.playbook = "site.yml" ansible.playbook = "site.yml"
ansible.verbose = "v" ansible.verbose = "v"
ansible.limit = 'all'
end end
if Vagrant.has_plugin?("landrush") if Vagrant.has_plugin?("landrush")
config.landrush.enabled = true config.landrush.enabled = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment