mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Vagrantfile, machines.yml, and user-data for use with local Vagrant environment. Add README.md with instructions for using local Vagrant environment, OpenStack instances, or AWS instances.
6 lines
99 B
YAML
6 lines
99 B
YAML
---
|
|
- name: "coreos-01"
|
|
box: "coreos-stable"
|
|
ram: "512"
|
|
vcpu: "1"
|
|
ip_addr: 192.168.100.100
|