Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 348 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 348 Bytes

Vagrant mutiple machines Creator

Create multiple virtual machines using vagrant

#How to install Set up necessary parameters for CPUS="1" MEMORY="1024" VIRTUALMACHINES="2" OS="centos/7" HOSTNAME="local.dev" VMPROVIDER="virtualbox"

Then save the file and run : vagrant up

To check status of running VMS run following command : vagrant status