mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add examples of using data encoded in more "complex" YAML files within a Vagrant environment
12 lines
236 B
YAML
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"
|