mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Commit updated Vagrantfile, YAML data file, shell provisioning scripts, and updated README.md.
13 lines
216 B
YAML
13 lines
216 B
YAML
---
|
|
- name: docker-01
|
|
box: slowe/ubuntu-15.10-server-amd64
|
|
ram: 1024
|
|
vcpu: 1
|
|
priv_ip: true
|
|
docker: true
|
|
- name: remote-01
|
|
box: slowe/ubuntu-trusty-x64
|
|
ram: 512
|
|
vcpu: 1
|
|
priv_ip: true
|
|
docker: false
|