mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Migrate from a Fusion-only configuration to a configuration that supports both Fusion as well as VirtualBox.
15 lines
290 B
YAML
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
|