2 pages tagged with "ansible"
Developer-Specific Vagrant Configuration: Part II
August 02, 2014 - 369 words - 2 mins
(This is a follow-up to a previous post about customizing Vagrant configurations. If you haven't read that, this won't
make much sense. Check that out here.)
Adding database support
After adding the ability for developers to set their own folder syncing within a shared project, several people asked
…
read more
Developer-Specific Vagrant Configuration: Part I
July 30, 2014 - 678 words - 4 mins
Introduction to Vagrant
In my day job, I maintain a Vagrant box. Vagrant, if you're not familiar, makes
it incredibly easy to setup, configure, and provision virtual machines for development and testing purposes.
Vagrant, and Ansible, the tool I use for provisioning, are awesome. I work with a team …
read more