scottslowe-learning-tools/kvm-macvtap/machines.yml
Scott Lowe e6466553fb Commit initial build of KVM+macvtap environment
This is an initial set of files for working with KVM and macvtap
interfaces for KVM guests. The environment is not yet functional,
but this is a start. Changes need to be made to the Ansible
provisioning, and a way to enable promiscuous mode needs to be found.
2016-01-19 23:08:58 -07:00

13 lines
238 B
YAML

---
- name: kvm-01
box: slowe/ubuntu-trusty-x64
ram: 1024
vcpu: 1
ip_addr: 192.168.100.100
nested: true
provision: provision.yml
- name: remote-01
box: slowe/ubuntu-trusty-x64
ram: 512
vcpu: 1
ip_addr: 192.168.100.110