Skip to content
Snippets Groups Projects
Commit a49b1498 authored by Nils Schneider's avatar Nils Schneider
Browse files

Vagrantfile: enable ansible

parent b8399872
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# config.vm.provision "ansible" do |ansible|
# ansible.playbook = "repo/playbook.yml"
# ansible.extra_vars = { ansible_python_interpreter: "/usr/bin/env python2" }
# end
config.vm.provision "ansible" do |ansible|
ansible.playbook = "playbook.yml"
ansible.extra_vars = { ansible_python_interpreter: "/usr/bin/env python2" }
end
config.vm.network "private_network", type: "dhcp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment