mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Move contents into new folder structure based on primary technology Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
21 lines
368 B
YAML
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"
|