mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update README.md with final information. Add comments to Vagrantfile for better understanding and troubleshooting. Sanitize all files.
15 lines
312 B
YAML
15 lines
312 B
YAML
---
|
|
- name: "test-01"
|
|
flavor: "m1.small"
|
|
image: "Ubuntu 14.04.3 LTS x64"
|
|
ip_pool: "public"
|
|
networks: "test"
|
|
keypair: "homelab"
|
|
ssh_user: "ubuntu"
|
|
- name: "test-02"
|
|
flavor: "m1.small"
|
|
image: "Ubuntu 12.04.5 LTS x64"
|
|
ip_pool: "public"
|
|
networks: "test"
|
|
keypair: "homelab"
|
|
ssh_user: "ubuntu"
|