How to install vagrant and virtualbox on ubuntu/debian server

Recently I’ve been playing with Vagrant and I find it to be really useful. I decided even to give it a go on a live server so I can play with different environments safely.

Usually I am using Vagrant on my laptop which is running Mac OS and installing it here is not a big problem. On ubuntu server on the other side, installation is not so straightforward, so I decided to create an ansible playbook to do that.

Perhaps it will be useful to somebody, you can get it on github: vagrant-server-playbook

Let me know if you have any issues with it.