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
304 B
YAML
15 lines
304 B
YAML
---
|
|
- name: "docker-01"
|
|
vmw_box: "bento/ubuntu-14.04"
|
|
vb_box: "ubuntu/trusty64"
|
|
ram: "1024"
|
|
vcpu: "1"
|
|
ip_addr: "192.168.100.100"
|
|
docker: true
|
|
- name: "remote-01"
|
|
vmw_box: "bento/ubuntu-14.04"
|
|
vb_box: "ubuntu/trusty64"
|
|
ram: "512"
|
|
vcpu: "1"
|
|
ip_addr: "192.168.100.101"
|
|
docker: false
|