mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update the YAML configuration files for KVM-based environments to use the "vmw_box" notation for VMware-formatted boxes, even though VirtualBox is not supported for these environments.
7 lines
128 B
YAML
7 lines
128 B
YAML
---
|
|
- name: "kvm-01"
|
|
vmw_box: "slowe/ubuntu-trusty-x64"
|
|
ram: "1024"
|
|
vcpu: "1"
|
|
ip_addr: "192.168.100.100"
|
|
nested: true
|