mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Edit YAML data files to use nested data structures. Edit Vagrantfile to reference YAML data accordingly. Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
8 lines
143 B
YAML
8 lines
143 B
YAML
---
|
|
- name: "lxc-01"
|
|
box:
|
|
vmw: "slowe/ubuntu-trusty-x64"
|
|
vb: "ubuntu/trusty64"
|
|
ram: "512"
|
|
vcpu: "1"
|
|
ip_addr: "192.168.100.100"
|