summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-23 18:31:31 +0100
committerMichael Adam <obnox@samba.org>2020-03-25 22:32:23 +0100
commit0a6172336dd09795807292a549d3167f2740755d (patch)
tree6ed35902b52efeed93546de11c4171f9657f8c58
parent295f447957d7d0942c429fea7a08a6f9873c82d8 (diff)
downloadsamba-integration-0a6172336dd09795807292a549d3167f2740755d.tar.gz
samba-integration-0a6172336dd09795807292a549d3167f2740755d.tar.xz
samba-integration-0a6172336dd09795807292a549d3167f2740755d.zip
Don't run provision for now.
Preparing to run provisioning from a setup machine instead of from the host. Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--vagrant/Vagrantfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index 0f3170e..c8852cd 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -33,13 +33,6 @@ Vagrant.configure("2") do |config|
lv.cpus = 2
end
end
-
- if i == (NODES-1)
- storage.vm.provision :ansible do |ansible|
- ansible.limit = "all"
- ansible.playbook = "site.yml"
- end
- end
end
end
end