2018-03-27 19:04:30 +00:00
|
|
|
|
# Vagrant Laboratory
|
2018-03-26 22:31:31 +00:00
|
|
|
|
:neckbeard: Simple declarative mutable infrastructure laboratory.
|
2018-03-26 22:15:18 +00:00
|
|
|
|
|
2018-03-26 22:26:18 +00:00
|
|
|
|
# Install Vagrant and Virtualbox
|
|
|
|
|
|
|
|
|
|
## :floppy_disk: macOS
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
brew cask install virtualbox vagrant
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## :floppy_disk: Linux (Ubuntu)
|
|
|
|
|
|
|
|
|
|
```
|
2018-03-26 22:26:44 +00:00
|
|
|
|
sudo apt -y install virtualbox vagrant
|
2018-03-26 22:26:18 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### [`imperialspeculate`](https://github.com/stationgroup/vagrant-labs/tree/master/imperialspeculate)
|
2018-03-26 22:15:18 +00:00
|
|
|
|
|
2018-03-26 23:03:37 +00:00
|
|
|
|
Name | Box | CPU | RAM | Disk |
|
|
|
|
|
---------|------------------------------|-----|-------|--------|
|
|
|
|
|
ubuntu1 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
|
ubuntu2 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
|
ubuntu3 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
|
ubuntu4 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
|
freebsd5 | freebsd/FreeBSD-11.1-RELEASE | 1 | 512MB | 21GB* |
|
|
|
|
|
freebsd6 | freebsd/FreeBSD-11.1-RELEASE | 1 | 512MB | 21GB* |
|
2018-03-26 22:15:18 +00:00
|
|
|
|
|
2018-03-26 22:26:18 +00:00
|
|
|
|
### [`offspringidea`](https://github.com/stationgroup/vagrant-labs/tree/master/offspringidea)
|
2018-03-26 22:15:18 +00:00
|
|
|
|
|
|
|
|
|
Name | Box | CPU | RAM | Disk |
|
|
|
|
|
--------|-----------------|-----|-----|--------|
|
|
|
|
|
ubuntu1 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
|
ubuntu2 | ubuntu/xenial64 | 1 | 4GB | 120GB* |
|
|
|
|
|
ubuntu3 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
2018-03-26 22:17:23 +00:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
###### _*Disk size shown is the maximum capacity. Disk grows with usage. ~1GB of disk space required per OS install._
|