Releases: stackhpc/ansible-role-libvirt-vm
Releases · stackhpc/ansible-role-libvirt-vm
Release 1.12.0
Don't assume English
Release 1.11.0
Archlinux support.
ZFS volume support.
Add RNG device, fix cdrom devices backed by volumes
Merge pull request #46 from stackhpc/issues/45 Create volume when type is volume, not device is disk
Support target for volumes
Merge pull request #40 from t2d/master Allow to manually set volume target, thereby influence bus
v1.8.0
- CDROM boot support
- Configurable clock offset
- VNC support
- Direct and bridged network support
v1.7.0
- cpu_mode can now be set to none
- Allow using custom domain XML template
- Various bug fixes
see: v1.6.0...v1.7.0
Add support for setting the libvirt connection URI
This allows you to use connection URIs that differ from the default of: `qemu:///system'
Fix image cache variable
Merge pull request #15 from stackhpc/fix-image-cache-path Fix name of libvirt_vm_image_cache_path variable
Make 'start' and 'autostart' configurable
Merge pull request #7 from w-miller/optional-power-on Make 'start' and 'autostart' configurable
Fix handling of volume and state defaults
Merge pull request #6 from w-miller/direct-interfaces Fix default handling, and other minor changes