Commit 3de11574 authored by Reimar Stier's avatar Reimar Stier

add ansible verbose mode

parent ef040906
......@@ -64,5 +64,9 @@ Vagrant.configure("2") do |config|
ansible.galaxy_role_file = "requirements.yml"
ansible.galaxy_roles_path = './local_roles/:./roles/'
ansible.galaxy_command = 'ansible-galaxy install --role-file=%{role_file} --roles-path=./roles'
ansible.tags = ENV["ANSIBLE_TAGS"] ||= "all"
ansible.verbose = ENV["ANSIBLE_VERBOSE"] ||= "" # do not enable verbose by default
# ansible.verbose = ENV["ANSIBLE_VERBOSE"] ||= "v" # enables verbose mode by default
end
end
......@@ -15,3 +15,7 @@ choco install -y firefox vagrant virtualbox
googlechrome atom 7zip
choco install git --params="'/GitAndUnixToolsOnPath /NoAutoCrlf'" -y
# Other resources
* Vagrant + Windows https://codeblog.dotsandbrackets.com/vagrant-windows/
* Windows base box https://app.vagrantup.com/peru/boxes/windows-10-enterprise-x64-eval
Markdown is supported
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