Vagrant Local Ansible

Purpose

This environment allows you to develop ansible code for new roles

Starting it up

vagrant up

Create ansible roles

see creating role

Tips

Username & Password : vagrant/vagrant (rootpw = vagrant)

ssh access: vagrant ssh

reprovision without destroy: vagrant provision

startover: vagrant destroy -f && vagrant up

in the VM you find your files in /vagrant

in the Vagrantfile you can change the amount of output:

ansible.verbose = "v"
up to 
ansible.verbose = "vvvv"