scottslowe-learning-tools/kvm/machines.yml
Scott S. Lowe 355f711b40 Update YAML configuration files for KVM-based environments
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.
2016-10-03 19:36:44 -06:00

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