ansible-collections / community.libvirt

Manage libvirt with Ansible
http://galaxy.ansible.com/community/libvirt
GNU General Public License v3.0
61 stars 42 forks source link

virt module get_xml command should support flags #62

Open braindevices opened 3 years ago

braindevices commented 3 years ago

migrated from ansible

SUMMARY

libvirt XMLDesc(flags) The flag is important, some time we want to haveVIR_DOMAIN_XML_SECURE to get sensitive info. In most cases we want to use VIR_DOMAIN_XML_INACTIVE for running VMs, in some cases we want to get the live state. So far the module use flag=0 which is live one without sensitive data. We need to give an additional flag parameter for this.

ISSUE TYPE