mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Move host Vagrantfile into main directory, and refactor to use external YAML configuration file. Add multi-platform support.
7 lines
142 B
YAML
7 lines
142 B
YAML
---
|
|
- name: "default"
|
|
vmw_box: "slowe/ubuntu-trusty-x64"
|
|
vb_box: "ubuntu/trusty64"
|
|
ram: "1024"
|
|
vcpu: "1"
|
|
ip_addr: "192.168.100.101"
|