mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add file for hosts entries on bastion host. Add SSH configuration file for client VM. Update Vagrantfile with new provisioning lines. Update README.md with final instructions.
20 lines
344 B
YAML
20 lines
344 B
YAML
---
|
|
- name: client
|
|
box: slowe/ubuntu-trusty-x64
|
|
ram: 512
|
|
vcpu: 1
|
|
- name: bastion
|
|
box: slowe/ubuntu-trusty-x64
|
|
ram: 512
|
|
vcpu: 1
|
|
ip_addr: 10.100.60.1
|
|
- name: remote1
|
|
box: slowe/ubuntu-trusty-x64
|
|
ram: 512
|
|
vcpu: 1
|
|
ip_addr: 10.100.60.2
|
|
- name: remote2
|
|
box: slowe/ubuntu-trusty-x64
|
|
ram: 512
|
|
vcpu: 1
|
|
ip_addr: 10.100.60.3
|