From 72c46c75f9860c0757c9687dc2774f3cf1fb18e2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 25 Nov 2015 15:33:51 +0200 Subject: [PATCH] Don't run Ansible provision on all boxes because it's still run once for each machine. --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 68b3cc4..8640dd2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,7 +9,6 @@ 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 -- GitLab