Perform the following steps in order to set up Vagrant:
- Follow installation instructions from Vagrant's website https://www.vagrantup.com/downloads.html to get Vagrant installed on your chosen OS:
- 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
The preceding command gives the following output:
vagrant box add bento/ubuntu-16.04
The preceding command gives the following output:
Now create ...