Hey there guys,
Just a quick question. I recently started to work with Vagrant and Ansible after many years using it with Chef.
What caught my attention is that I get some more verbose output on one of two different, but similar machines, both running vagrant 1.7.2 and OSX 10.10.
The one being more verbose outputs the following:
~$ vagrant provision
==> default: Running provisioner: ansible...
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --private-key=/Volumes/Projects/MyCompany/MyVendor/MyProject/tools/vagrant/.vagrant/machines/default/virtualbox/private_key --user=vagrant --connection=ssh --limit='all' --inventory-file=../ansible/inventories/dev --extra-vars={"private_interface":"172.16.0.2","hostname":"
sandbox.dev"} ../ansible/playbook.yml
Does anyone know what's that and can I remove it? It doesn't happen on my other machine.
Thanks for your help.
Best,
Debo