This post proposes a couple of techniques to generate SSH keys on your local host machine, using Ansible. Always useful when configuring your servers!

Say you want to test your automated scripts on your local machine before deploying on the cloud. Ideally, you’d need some kind of virtualized environment to emulate the production situation as closely as possible. In this post, we’ll set up such an environment using the trusty and venerable VirtualBox.