Currently the Vagrantfile only create one VM and install some tools in it to simulate my file server. In order to be as close as the production environment I would like to create a second VM and install the tools there in order for the services-hosts VM to be just like the one in production.
Currently the Vagrantfile only create one VM and install some tools in it to simulate my file server. In order to be as close as the production environment I would like to create a second VM and install the tools there in order for the
services-hostsVM to be just like the one in production.