Hello vmware users!
As we migrate modules from community.vmware
to vmware.vmware
, we have the opportunity to improve upon them. I’d like to discuss improving the vmware_guest
module, either by making it easier to maintain, use, or improving the user experience.
The module is very, very long. The code will likely be broken up and simplified, and if the code is being split we may be able to split the module functionally as well. It seems like there are a lot of other modules that already do part of the functionality (vmware_guest_disk
for example). The new vmware_guest
module could just manage basic state of a VM and then you’d have to use other modules to manage disks, networks, etc. I think @mariolenz mentioned playing around with this idea, and I’d like to know if anyone has already taken this approach…
If you have any thoughts, please share them!