scottslowe-learning-tools/ssh-bastion/servers.yml
Scott Lowe f1f26d30c4 Update SSH bastion files
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.
2015-11-27 22:00:54 -07:00

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