mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Edit machines.yml to use nested YAML data structures for box names. Edit Vagrantfile to reference updated YAML data appropriately. Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
- name: "photon-01"
|
|
box:
|
|
vmw: "vmware/photon"
|
|
vb: "vmware/photon"
|
|
ram: "512"
|
|
vcpu: "1"
|