vagrant-labs/README.md
Bryan Black 725f6d4bae
title
2018-03-27 12:04:30 -07:00

40 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Vagrant Laboratory
:neckbeard: Simple declarative mutable infrastructure laboratory.
# Install Vagrant and Virtualbox
## :floppy_disk: macOS
```
brew cask install virtualbox vagrant
```
## :floppy_disk: Linux (Ubuntu)
```
sudo apt -y install virtualbox vagrant
```
### [`imperialspeculate`](https://github.com/stationgroup/vagrant-labs/tree/master/imperialspeculate)
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* |
### [`offspringidea`](https://github.com/stationgroup/vagrant-labs/tree/master/offspringidea)
Name | Box | CPU | RAM | Disk |
--------|-----------------|-----|-----|--------|
ubuntu1 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
ubuntu2 | ubuntu/xenial64 | 1 | 4GB | 120GB* |
ubuntu3 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
---
###### _*Disk size shown is the maximum capacity. Disk grows with usage. ~1GB of disk space required per OS install._