Mini Bootcamp image

This repository will create Vagrant box for mini bootcamp purpose

Requirements

  • Working installation of Vagrant
  • Working installation of Ansible
  • Instance with virtualization capability and VirtualBox installed

Usage:

  1. Clone this repository
  2. In this repository, run vagrant up
  3. Access the instance with vagrant ssh
  4. File in this repository will be in sync with /vagrant in the VM

Vagrant Commands

  • Start VM: vagrant up
  • Hibernate VM: vagrant suspend
  • Restart VM: vagrant reload
  • Destroy VM: vagrant destroy