Summary
In this chapter, we learned that it was possible to create VMs locally using Vagrant from HashiCorp in order to have an isolated development environment.
We discussed how to download and install it. Then, we learned how to write a Vagrant configuration file using a Bionic box, an ansible install
script, and a locally shared folder.
Finally, we learned how to execute the Vagrant command lines in order to create this VM and connect to it for testing purposes.
In the next chapter, we will start a new topic, which is the implementation of CI/CD, and we will learn how to use Git to source your code.