diff --git a/Vagrantfile b/Vagrantfile
index 8640dd291d3f696a55e8aa6cef7439ccae1cb4b7..68b3cc4a973941cf2ad4603c8937e58ced1b6d5e 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -9,6 +9,7 @@ Vagrant.configure(2) do |config|
     ansible.sudo = true
     ansible.playbook = "site.yml"
     ansible.verbose = "v"
+    ansible.limit = 'all'
   end
   if Vagrant.has_plugin?("landrush")
     config.landrush.enabled = true