From 8e6519795e0bd89f30e4922123e1450cf583f103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Tue, 24 Nov 2015 11:56:05 +0100 Subject: [PATCH] custom-configs.yaml is deleted now --- Vagrantfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index fa7e2015..011e6dac 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -52,8 +52,6 @@ end solar_script = ansible_playbook_command("solar.yaml") -slave_script = ansible_playbook_command("custom-configs.yaml", ["-e", "master_ip=10.0.0.2"]) - master_pxe = ansible_playbook_command("pxe.yaml") @@ -119,7 +117,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| if PREPROVISIONED config.vm.provision "file", source: "bootstrap/ansible.cfg", destination: "/home/vagrant/.ansible.cfg" - config.vm.provision "shell", inline: slave_script, privileged: true config.vm.provision "shell", inline: solar_script, privileged: true #TODO(bogdando) figure out how to configure multiple interfaces when was not PREPROVISIONED ind = 0