scottslowe-learning-tools/kvm/kvm-macvtap/machines.yml
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

13 lines
258 B
YAML

---
- name: "kvm-01"
vmw_box: "bento/ubuntu-14.04"
ram: "1024"
vcpu: "1"
ip_addr: "192.168.100.100"
nested: true
provision: "provision.yml"
- name: "remote-01"
vmw_box: "bento/ubuntu-14.04"
ram: "512"
vcpu: "1"
ip_addr: "192.168.100.110"