February 2015
Beginner
250 pages
5h 43m
English
The primary reason we wish to create networks of Vagrant machines is often because we wish to model an environment of more than one machine. A common example might be the desire to model a web application with dedicated web server machines and database machines, or even an environment that creates a cluster of identical virtual machines.
In this recipe, we will create a simple multimachine environment as well as look at techniques to create clusters of Vagrant machines.
Before we start with creating an environment of many machines, let's review the technique of defining machine names. When creating a multimachine environment, we'll want to ensure that each machine has a unique name. A unique name ...
Read now
Unlock full access