mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add a relatively simple Vagrant environment that will work with AWS, VirtualBox, and VMware Fusion.
21 lines
378 B
YAML
21 lines
378 B
YAML
---
|
|
- name: "instance-01"
|
|
box:
|
|
aws: "ami-20be7540"
|
|
vmw: "slowe/ubuntu-trusty-x64"
|
|
vb: "ubuntu/trusty64"
|
|
aws:
|
|
type: "t2.micro"
|
|
user: "ubuntu"
|
|
ram: "1024"
|
|
vcpu: "1"
|
|
- name: "instance-02"
|
|
box:
|
|
aws: "ami-20be7540"
|
|
vmw: "slowe/ubuntu-trusty-x64"
|
|
vb: "ubuntu/trusty64"
|
|
aws:
|
|
type: "t2.micro"
|
|
user: "ubuntu"
|
|
ram: "1024"
|
|
vcpu: "1"
|