Follow the installation instructions on Vagrant's website to get Vagrant installed on your chosen OS: https://www.vagrantup.com/downloads.html:
- Create a new directory for your Vagrant project, for example ceph-ansible
- Change to this directory and run the following commands:
vagrant plugin install vagrant-hostmanager
vagrant box add bento/ubuntu-16.04
Now create an empty file called Vagrantfile and place the following ...