Skip to content

This is repository for deploy multiple virtual machine all at once using vagrantfile on your vagrant-vms.

Notifications You must be signed in to change notification settings

oepilcore/MultiVM-Vagrantfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MultiVM-Vagranfile

This is just a simple vagrantfile script for you to deploy multiple Ubuntu 20.04 Box in your Vagrant-vms.

Installation

Use git clone.

git clone https://github.com/oepilcore/MultiVM-Vagrantfile.git

Copy the file to your vagrant-vms folder *For example mine folder was installed on drive D

mv MultiVM-Vagrantfile /d/vagrant-vms/

Usage

cd /vagrant-vms/MultiVM-Vagrantfile
vagrant up

Note

Please take note of some lines: Change these lines using your private IP

config.vm.network "private_network", ip: "xxx.xxx.xxx.xxx"

About

This is repository for deploy multiple virtual machine all at once using vagrantfile on your vagrant-vms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published