ansible-role-virt-infra icon indicating copy to clipboard operation
ansible-role-virt-infra copied to clipboard

Define and manage guests and networks on a KVM host with Ansible

Results 15 ansible-role-virt-infra issues
Sort by recently updated
recently updated
newest added

Information I'd like to see per VM: 1. VBMC IP, port and credentials 2. Redfish URL, and credentials 3. all MAC addresses in order of interfaces, possibly labeled eth0, eth1,...

VMs that have nvram defined (outside of this role, for example sushy tools) fail to be undefined. Simply add another check to remove nvram for any VM before undefine to...

vbmc lets you add a port > 65536 but you can't start it... so add a simple validation check

When using `limit` to a hypervirsor other than the first one in the `kvmhost` list in inventory, the validation check fails.

Currently we only create or delete, but if we want to create and it already exists, then we could maybe use `modify` state instead to be able to make changes...

Loading distro specific vars, e.g. `vars/centos.yml` overrides any existing vars that have been set on the command line or as a part of the host inventory. For example, `virt_infra_security_driver`. Ideally...

Specify a disk as shared so that it can be attached to multiple VMs. This will mean that shared option needs to be set (to enable correct SELinux labeling) and...

Make it possible to have a source when creating data disks, this can be useful for sharing sets of data between VMs.

Rather than setting an arbitrary default of 20G, set the root disk to the size of the source disk.

Hi! Any chance to support hard disk image in raw format besides qcow?