Skip to content

krastin/vagrant-test-multimachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A multimachine vagrant file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages