Skip to content
Snippets Groups Projects
Commit e3a4ffb3 authored by Attila Farkas's avatar Attila Farkas
Browse files

verbose output for ansible

parent 672d1a19
No related branches found
No related tags found
2 merge requests!6Resolve "Convert BigBroker sandbox from KYPO-Creator to sandbox-creator",!5Resolve "Convert BigBroker sandbox from KYPO-Creator to sandbox-creator"
......@@ -22,6 +22,7 @@ Vagrant.configure("2") do |config|
# configuration of devices with ansible
config.vm.provision "ansible" do |ansible|
ansible.playbook = "provisioning/playbook.yml"
ansible.verbose = true
ansible.extra_vars = {
ansible_python_interpreter: "/usr/bin/python3",
}
......
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