mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update Vagrantfile and associated data files (YAML and/or JSON) to provide better multi-platform support via provider overrides.
24 lines
464 B
YAML
24 lines
464 B
YAML
---
|
|
- name: client
|
|
vmw_box: slowe/ubuntu-trusty-x64
|
|
vb_box: ubuntu/trusty64
|
|
ram: 512
|
|
vcpu: 1
|
|
- name: bastion
|
|
vmw_box: slowe/ubuntu-trusty-x64
|
|
vb_box: ubuntu/trusty64
|
|
ram: 512
|
|
vcpu: 1
|
|
ip_addr: 10.100.60.1
|
|
- name: remote1
|
|
vmw_box: slowe/ubuntu-trusty-x64
|
|
vb_box: ubuntu/trusty64
|
|
ram: 512
|
|
vcpu: 1
|
|
ip_addr: 10.100.60.2
|
|
- name: remote2
|
|
vmw_box: slowe/ubuntu-trusty-x64
|
|
vb_box: ubuntu/trusty64
|
|
ram: 512
|
|
vcpu: 1
|
|
ip_addr: 10.100.60.3
|