
Without making any changes, I executed vagrant halt followed by vagrant up.
The db VM sometimes is hung (frozen console when launched from Control Center) and other times it work in the console but not reachable by ssh (likely due to IP conflict). The web VM seems to always work (accessible via Control Center and ssh). Both VMs show the same IP address (10.211.55.22). The installer automatically adds vagrant to your system path so that it is available in terminals. Install the package with the standard procedures for your operating system. The ssh server is also running in both VMs and listening on port 22. To get started with Vagrant, download the appropriate installer or package for your platform from our Vagrant downloads page. In both scenarios, the VMs are started and I can access them within Parallels. Vagrant enables the creation and configuration of lightweight, reproducible, and portable development environments. Vagrant up completes but vagrant ssh db fails. Vagrant by HashiCorp Development environments simplified. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and provides an end-to-end VM management tool on your terminal.
Vagrant up at times doesn't successfully complete the provisioning process because it cannot connect to the 2nd VM Vagrant is a tool for building and managing virtual machine environments in a single workflow.
Config.vm.provision "shell", inline: "echo Hello"