We can configure and maintain many machine (box in execution) in a single Vagrantfile. Question: Why should we learn that, why not create one Vagrantfile for each machine? Answer: It makes configuration a lot easier and maintainable. Let’s say we want to create two linux VMs, one web and one database server. We can create a Vagrantfile that looks like […]
The post Multimachine environment in vagrant. appeared first on Brown Fort.