Files
community.general/lib/ansible/modules/cloud/vmware
Dag Wieers cf30b162a9 vmware_guest: Various fixes to VM customizations (from template) (#24768)
* 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'
2017-06-13 17:50:55 -04:00
..
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-05-23 09:40:56 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00