scottslowe-learning-tools/vagrant/complex-yaml/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

12 lines
239 B
YAML

---
- box:
vmw: "bento/debian-8.6"
vb: "debian/jessie64"
name: "jessie"
nics:
- type: "private_network"
ip_addr: "192.168.100.101"
- type: "public_network"
ip_addr: "192.168.1.198"
ram: "1024"
vcpu: "1"