scottslowe-learning-tools/docker-ipvlan/machines.yml
Scott S. Lowe 64cac4ee8c Fix errors running under VirtualBox
Address a few issues when running the environment under VirtualBox. Additional issues still exist.
2016-09-21 20:44:33 -06: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