mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Libvirt XML definitions, Ansible configuration file and playbook, YAML data file, README, and Vagrantfile for an environment enabling users to easily experiment with multi-bridge OVS configurations. Instructions are not yet fully complete. Also tracking a potential bug in the openvswitch_port Ansible module used.
7 lines
120 B
YAML
7 lines
120 B
YAML
---
|
|
- name: hv-01
|
|
vmw_box: slowe/ubuntu-trusty-x64
|
|
vb_box: ubuntu/trusty64
|
|
ram: 1024
|
|
vcpu: 1
|
|
hypervisor: true
|