scottslowe-learning-tools/ssh/ssh-bastion-ansible/machines.yml
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

39 lines
749 B
YAML

---
- name: "client"
box:
vmw: "bento/ubuntu-14.04"
vb: "ubuntu/trusty64"
ram: 512
vcpu: 1
nics:
- type: "private_network"
ip_addr: "192.168.100.101"
- name: "bastion"
box:
vmw: "bento/ubuntu-14.04"
vb: "ubuntu/trusty64"
ram: 512
vcpu: 1
nics:
- type: "private_network"
ip_addr: "192.168.100.102"
- type: "private_network"
ip_addr: "10.100.60.10"
- name: "remote1"
box:
vmw: "bento/ubuntu-14.04"
vb: "ubuntu/trusty64"
ram: 512
vcpu: 1
nics:
- type: "private_network"
ip_addr: "10.100.60.11"
- name: "remote2"
box:
vmw: "bento/ubuntu-14.04"
vb: "ubuntu/trusty64"
ram: 512
vcpu: 1
nics:
- type: "private_network"
ip_addr: "10.100.60.12"