Bootstrapping development VMs with Ansible
I often need VMs set up locally for development purposes. Setting these up manually can be time-consuming and error-prone, so I use Ansible to almost entirely automate the process.
[Aside: This post assumes you know how to use Ansible, and also doesn’t go into a tonne of detail on …