mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Move contents into new folder structure based on primary technology Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
15 lines
294 B
YAML
15 lines
294 B
YAML
---
|
|
- name: "docker-01"
|
|
vmw_box: "slowe/ubuntu-15.10-server-amd64"
|
|
vb_box: "ubuntu/wily64"
|
|
ram: "1024"
|
|
vcpu: "1"
|
|
priv_ip: true
|
|
docker: true
|
|
- name: "remote-01"
|
|
vmw_box: "slowe/ubuntu-trusty-x64"
|
|
vb_box: "ubuntu/trusty64"
|
|
ram: "512"
|
|
vcpu: "1"
|
|
priv_ip: true
|
|
docker: false
|