This repository will create Vagrant box for mini bootcamp purpose
- Working installation of Vagrant
- Working installation of Ansible
- Instance with virtualization capability and VirtualBox installed
- Clone this repository
- In this repository, run
vagrant up
- Access the instance with
vagrant ssh
- File in this repository will be in sync with
/vagrant
in the VM
- Start VM:
vagrant up
- Hibernate VM:
vagrant suspend
- Restart VM:
vagrant reload
- Destroy VM:
vagrant destroy