Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 377 Bytes

Multi-Machine Vagrant (Static Configuration)

This is a multi-machine Vagrant system that statically configures four systems.

Instructions

vagrant up          # start and provision all systems
vagrant ssh         # ssh into master
vagrant ssh client  # ssh into client
vagrant halt client # shutdown client
vagrant halt        # shutdown all systems