mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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.
13 lines
238 B
YAML
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
|