scottslowe-learning-tools/multi-provider-simple/machines.yml
Scott S. Lowe ab517e0c81 Add multi-provider Vagrant environment
Add a relatively simple Vagrant environment that will work with AWS, VirtualBox, and VMware Fusion.
2016-10-05 23:24:56 -06:00

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"