Vagrant files
Vagrant is a tool for building and managing virtual machines and focus on automation. Vagrant provides easy to configure, reproducible, and portable work environments called Vagrantfiles. On this files virtual machines are especified. Then they can be deployed automatically with a single command. Available Vagrant configurations are listed as follows:
sudo apt update
sudo apt install virtualbox
sudo apt install vagrant
vagrant --version