This is my First Vagrant Project .I've used ansible as provisioner .
Download this code to your local machine .. by clicking on the download as zip button on the right .. or git clone the http url you see in the top .
- Install ansible .. I used brew for this..
- Install Vagrant .
I have below plugins installed
Plugin installation command :
vagrant plugin install "name of the plugin"
Reference : http://docs.vagrantup.com/v2/plugins/usage.html
vagrant-cachier (1.2.0) vagrant-hostmanager (1.5.0) vagrant-login (1.0.1, system) vagrant-share (1.1.4, system) vagrant-vbguest (0.10.0)
Then run : vagrant up :)