Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 877 Bytes

File metadata and controls

47 lines (27 loc) · 877 Bytes

vagrant-test-multimachine

A multimachine vagrant file containing two web servers and a database server

List of machines

  • web01

  • web02

  • mysql

VM Image used

Ubuntu Xenial 64

How to Use

Install Vagrant

Learn where to grab Vagrant from and how to install it here.

Create machine instances

vagrant up

First time it will take a while because the VM image is being downloaded

Log on to machine instances

Usernames and/or passwords, where applicable, are either ubuntu or just nothing.

vagrant ssh web01
vagrant ssh web02
vagrant ssh mysql

Destroy machine instances

vagrant destroy -f

TODO

Not much

DONE

  • Add Vagrantfile
  • Add Install Vagrant documentation
  • Add Create Machines documentation