Commit d44b5186 authored by Decoupes Remy's avatar Decoupes Remy
Browse files

remove rdecoupe settings workspace on Vagrantfiles

No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
File moved
...@@ -21,7 +21,8 @@ Vagrant.configure("2") do |config| ...@@ -21,7 +21,8 @@ Vagrant.configure("2") do |config|
config.vm.hostname = "datanode#{machine_id}" config.vm.hostname = "datanode#{machine_id}"
if machine_id == N if machine_id == N
config.vm.provision "ansible" do |ansible| config.vm.provision "ansible" do |ansible|
ansible.playbook = "/home/rdecoupe/Documents/TETIS/projet/aidmoit/ansible-deployment/playbook/install-datanode.yml" # ansible.playbook = "/home/rdecoupe/Documents/TETIS/projet/aidmoit/ansible-deployment/playbook/install-datanode.yml"
ansible.playbook = "../../playbook/install-datanode.yml"
end end
end end
end end
......
...@@ -10,7 +10,7 @@ Vagrant.configure("2") do |config| ...@@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
SHELL SHELL
config.vm.provision "ansible" do |ansible| config.vm.provision "ansible" do |ansible|
ansible.playbook = "/home/rdecoupe/Documents/TETIS/projet/aidmoit/ansible-deployment/playbook/mononode.yml" ansible.playbook = "../../playbook/install-mononode.yml"
end end
# config.vm.provision "shell", inline: "sudo apt-get install sshpass && ip addr" # config.vm.provision "shell", inline: "sudo apt-get install sshpass && ip addr"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment