vagrant-labs/offspringidea
2018-08-20 15:47:42 -07:00
..
README.md Upgrade to Ubuntu 18.04 (Bionic) 2018-04-19 11:58:24 -07:00
Vagrantfile fix 'undefined variable' 2018-08-20 15:47:42 -07:00

Custom Virtual Machine Size

Dependencies & Plugins

This Vagrantfile needs the Vagrant plugin vagrant-disksize to resize the box file with this variable: config.disksize.size = "120GB"

vagrant plugin install vagrant-disksize

Requirements

Name Box CPU RAM Disk
ubuntu1 ubuntu/xenial64 1 1GB 10GB*
ubuntu2 ubuntu/xenial64 1 4GB 120GB*
ubuntu3 ubuntu/bionic64 1 1GB 10GB*
*Disk size shown is the maximum capacity. Disk grows with usage. ~1GB of disk space required per OS install.

💾 Setup and Start

One-liner:

mkdir ~/vm-offspringidea ; cd ~/vm-offspringidea && curl -q https://raw.githubusercontent.com/stationgroup/vagrant-labs/master/offspringidea/Vagrantfile -O && vagrant up