Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 556 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 556 Bytes

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