scottslowe-learning-tools/vagrant/multi-provider/machines.yml
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

21 lines
368 B
YAML

---
- name: "instance-01"
box:
aws: "ami-20be7540"
vmw: "bento/ubuntu-14.04"
vb: "ubuntu/trusty64"
aws:
type: "t2.micro"
user: "ubuntu"
ram: "1024"
vcpu: "1"
- name: "instance-02"
box:
aws: "ami-20be7540"
vmw: "bento/ubuntu-14.04"
vb: "ubuntu/trusty64"
aws:
type: "t2.micro"
user: "ubuntu"
ram: "1024"
vcpu: "1"