WEBVTT

00:06.330 --> 00:14.700
Reagan supports not only running a single virtual machine, but it has support for running multiple

00:14.700 --> 00:18.630
virtual machines at the same time within the same project.

00:18.660 --> 00:27.120
We can use this to test multi machine architectures and distributed systems on our own local machine

00:27.120 --> 00:35.570
before we share our changes with colleagues in a staging environment and before the project goes live,

00:35.580 --> 00:44.670
we can replicate a multi machine environment in development which will greatly help us improve the reliability

00:44.670 --> 00:51.970
of our projects and test the work that we do in a vagrant environment first.

00:51.990 --> 00:55.200
In this section, we'll learn the following topics.

00:55.200 --> 01:03.540
We'll learn how to run multiple virtual machines within a single vagrant project, how to provide different

01:03.540 --> 01:11.610
distinct configuration to these machines, including the following names IP addresses, based boxes,

01:11.610 --> 01:14.280
provisioning and shared folders.

01:14.280 --> 01:23.070
How to connect to the different virtual machines or SSH without having to know or remember their IP

01:23.070 --> 01:23.940
addresses.

01:23.940 --> 01:25.320
So let's start.
