stackhpc / ansible-role-libvirt-vm

This role configures and creates VMs on a KVM hypervisor.
128 stars 67 forks source link

Using libvirt modules #85

Closed damfle closed 2 years ago

damfle commented 2 years ago

More a question than an issue. Why aren't you using only libvirt's modules (especially volumes) ? My first role, before migrating to this one, was only using it and did not require all that bash glue. It would make the entire thing more standard and easier to maintain.

markgoddard commented 2 years ago

I don't see a module for managing volumes.

markgoddard commented 2 years ago

https://galaxy.ansible.com/community/libvirt?extIdCarryOver=true&sc_cid=701f2000001OH7YAAW

damfle commented 2 years ago

Yes you're right.. Nevermind... Sorry for the noise