This is created to allow devs to have a vm set up automagically for development that is isolated from other projects
A step by step series of examples that tell you have to get a development env running
- Install Vagrant
- Install VirtualBox
- Install Ansible
Copy this in your dev folder and run
vagrant up
SSH into the vm
vagrant ssh
And kill it
vagrant halt
Contributions are always welcomed!
- Hazlan Rozaimi - Initial work - dividezero
This project is licensed under the MIT License
- geerlingguy for his nodejs stuff. check his profile for so many ansible role examples!