scottslowe-learning-tools/docker/ipvlan-l2/machines.yml
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

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