mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 13:59:09 -07:00
* Various fixes to VM customizations (from template) This patch implements: - New find_obj() function from vmware.py replacing get_obj() - Implement proper resource_pool selection - Fix productId implementation (was not working) - Ensure that we are not changing anything that is not mandatory (hostName, orgName, fullName) This is an alternative proposal to #24283 This does not fix #19860 yet though. For our use-case, we do not want to customize the network information (or any information in fact). What is used in the template should remain intact. * Added find_obj() function * Fix the returned object-list (unused yet) * Small improvement * Support DHCP type and fix customizations * Small fix * Support resource_pool also for reconfiguring VM * Remove redundant * Fix short hostname, specific resource_pool, PEP8 * Improve docs and examples * Fix missing hostsystem * Make folder absolute path * Improve docs, add missing 'mac' |
||
---|---|---|
.. | ||
__init__.py | ||
vca_fw.py | ||
vca_nat.py | ||
vca_vapp.py | ||
vmware_cluster.py | ||
vmware_datacenter.py | ||
vmware_dns_config.py | ||
vmware_dvs_host.py | ||
vmware_dvs_portgroup.py | ||
vmware_dvswitch.py | ||
vmware_guest.py | ||
vmware_guest_facts.py | ||
vmware_guest_find.py | ||
vmware_guest_snapshot.py | ||
vmware_host.py | ||
vmware_local_user_manager.py | ||
vmware_maintenancemode.py | ||
vmware_migrate_vmk.py | ||
vmware_portgroup.py | ||
vmware_resource_pool.py | ||
vmware_target_canonical_facts.py | ||
vmware_vm_facts.py | ||
vmware_vm_shell.py | ||
vmware_vm_vss_dvs_migrate.py | ||
vmware_vmkernel.py | ||
vmware_vmkernel_ip_config.py | ||
vmware_vmotion.py | ||
vmware_vsan_cluster.py | ||
vmware_vswitch.py | ||
vsphere_copy.py | ||
vsphere_guest.py |