scottslowe-learning-tools/complex-yaml/machines.yml
Scott S. Lowe be92f4dd56 Add examples of working with "complex" YAML files
Add examples of using data encoded in more "complex" YAML files within a Vagrant environment
2016-10-03 21:32:20 -06:00

12 lines
236 B
YAML

---
- box:
vmw: slowe/debian-81-x64
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"