Skip to content

Vagrant to create multiple VMs including ansible control, DB, web, etc

Notifications You must be signed in to change notification settings

gitrajit/Vagrant_CreatingVMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Vagrant_CreatingVMs

Vagrant to create multiple VMs including ansible control, DB, etc

Prerequisite software

Steps to Execute

[~]$ mkdir workingDir
[~]$ cd workingDir
[~]$ vagrant init hashicorp/precise64

Replace the vagrantfile with this vagrantfile

[~]$ vagrant up

To check the vagrant status

[~]$ vagrant status

To destroy vagrant

[~]$ Vagrant destroy

About

Vagrant to create multiple VMs including ansible control, DB, web, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published