summaryrefslogtreecommitdiff
path: root/cloud/vmware/vmware_datacenter.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Update vmware_datacenter.py (#2164)Lakshmi Balu2016-05-051-0/+2
| | | Fixed the syntac issue variable references before definiton
* VMware datacenter module shouldn't hold pyvmomi context in Ansible module ↵Kamil Szczygieł2016-04-121-59/+40
| | | | | | | | | | | | | | | | | | | | object (#1568) * VMware datacenter module rewritten to don't hold pyvmomi context and objects in Ansible module object fixed exceptions handling added datacenter destroy result, moved checks changed wrong value wrong value again... need some sleep * check_mode fixes * state defaults to present, default changed to true * module check fixes
* use doc fragmentsCharles Paul2016-01-121-0/+1
|
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
|
* Many more doc fixesToshio Kuratomi2015-05-151-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Update module documentation if modules have a dep on python2.6+Toshio Kuratomi2015-05-111-0/+1
|
* moved new module to proper subdirBrian Coca2015-04-221-0/+175
fixed doc issues minor code adjustments