scottslowe-learning-tools/docker-macvlan/machines.yml
Scott S. Lowe c30b1b5f53 Update multi-platform support
Migrate from a Fusion-only configuration to a configuration that supports both Fusion as well as VirtualBox.
2016-09-11 23:12:15 -06:00

15 lines
290 B
YAML

---
- name: docker-01
vmw_box: slowe/ubuntu-trusty-x64
vb_box: ubuntu/trusty64
ram: 1024
vcpu: 1
ip_addr: 192.168.100.100
docker: true
- name: remote-01
vmw_box: slowe/ubuntu-trusty-x64
vb_box: ubuntu/trusty64
ram: 512
vcpu: 1
ip_addr: 192.168.100.101
docker: false