mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Move environment to a more generic Atomic Host location and configuration; will use this as the basis/foundation for more complex environments Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
12 lines
221 B
YAML
12 lines
221 B
YAML
---
|
|
- box:
|
|
vmw: "bento/debian-9.2"
|
|
vb: "fedora/27-atomic-host"
|
|
lv: "fedora/27-atomic-host"
|
|
name: "atomic-01"
|
|
nested: false
|
|
nics:
|
|
- type: "private_network"
|
|
ip_addr: "dhcp"
|
|
ram: "1024"
|
|
vcpu: "1"
|