summaryrefslogtreecommitdiff
path: root/cloud/vmware
Commit message (Expand)AuthorAgeFilesLines
...
* Update vmware_datacenter.py (#2164)Lakshmi Balu2016-05-051-0/+2
* Fix documentationToshio Kuratomi2016-05-031-1/+0
* Fix datacenter_name and cluster_name module params (#2142)krzwalko2016-05-021-3/+2
* vmware_vm_shell: doc: add missing defaultsRene Moser2016-04-231-2/+7
* vmware_vm_shell: speed up vm_name search (#1909)Ritesh Khadgaray2016-04-231-32/+32
* Add Maintenance Mode support for VMware (#1754)Jay Jahns2016-04-171-0/+212
* VMware datacenter module shouldn't hold pyvmomi context in Ansible module obj...Kamil Szczygieł2016-04-121-59/+40
* Fix vmware_portgroup throwing an error if port group already existsAlex Kalinin2016-03-171-0/+3
* Merge pull request #1626 from jcpowermac/vmware_migrate_vmk_fix_20Brian Coca2016-03-031-101/+91
|\
| * Resolves issue with vmware_migrate_vmk module for v2.0Joseph Callen2016-02-051-101/+91
* | Merge pull request #1625 from jcpowermac/vmware_vm_vss_dvs_migrate_fix_20Brian Coca2016-03-031-82/+77
|\ \
| * | missing doc fragmentJoseph Callen2016-02-051-0/+1
| * | Resolves issue with vmware_vm_vss_dvs_migrate module for v2.0Joseph Callen2016-02-051-83/+77
| |/
* | Merge pull request #1624 from jcpowermac/vmware_host_fix_20Brian Coca2016-03-031-106/+103
|\ \
| * | Resolves issue with vmware_host module for v2.0Joseph Callen2016-02-051-106/+103
| |/
* | Merge pull request #1622 from jcpowermac/vmware_dvs_portgroup_fix_20Brian Coca2016-03-031-91/+83
|\ \
| * | Resolves issue with vmware_dvs_portgroup module for v2.0Joseph Callen2016-02-051-91/+83
| |/
* | Merge pull request #1620 from jcpowermac/vmware_cluster_fix_20Brian Coca2016-03-031-160/+146
|\ \
| * | Resolves issue with vmware_cluster module for v2.0Joseph Callen2016-02-051-160/+146
| |/
* | Merge pull request #1623 from jcpowermac/vmware_dvs_host_fix_20Brian Coca2016-03-031-152/+133
|\ \
| * | Resolves issue with vmware_dvs_host module for v2.0Joseph Callen2016-02-051-152/+133
| |/
* | Merge pull request #1621 from jcpowermac/vmware_dvswitch_fix_20Brian Coca2016-03-011-79/+76
|\ \
| * | Resolves issue with vmware_dvswitch module for v2.0Joseph Callen2016-02-051-79/+76
| |/
* | Merge pull request #1580 from jcpowermac/vmware_vswitch_fix_20Brian Coca2016-03-011-94/+94
|\ \
| * | Fixed documentationJoseph Callen2016-02-011-14/+0
| * | Resolves issue with vmware_vswitch module for v2.0Joseph Callen2016-02-011-94/+108
* | | merged duplicate entries for vdc_nameBrian Coca2016-02-141-5/+1
| |/ |/|
* | Fix indentDaniel Petty2016-02-031-41/+41
|/
* Merge pull request #1487 from chrrrles/vmware_doc_fragmentsChrrrles Paul2016-01-1519-341/+20
|\
| * use doc fragmentsCharles Paul2016-01-1219-341/+20
* | Update for modules which import json.json-imports-fallbackToshio Kuratomi2016-01-111-1/+0
|/
* adding no_log to passwordCharles Paul2016-01-051-1/+1
* Fix up vsphere_copy after open_url changeMatthew Jones2015-12-131-2/+3
* Changing docs to reflect vm_name as the default vm_id_typeChrrrles Paul2015-12-111-1/+2
* pep8 whitespaceCharles Paul2015-12-101-3/+3
* upped version added, search by vm_name by defaultCharles Paul2015-12-091-2/+6
* vmware_vm_shell: add the ability to start program without network connectionRitesh Khadgaray2015-12-021-0/+191
* Merge pull request #788 from ansible/open_url-vsphere-copyToshio Kuratomi2015-11-021-21/+38
|\
| * Return errno and http status as requested by @bcocaopen_url-vsphere-copyToshio Kuratomi2015-08-051-6/+6
| * Better status conditional from dagwieersToshio Kuratomi2015-07-301-1/+1
| * Port vsphere_copy from httplib to open_url for TLS cert validationToshio Kuratomi2015-07-291-19/+36
* | reference instance_id in docs, fixes for calls to fail_jsonCharles Paul2015-10-123-13/+8
* | Fix interpreter line in a few vmware modulesMatt Martz2015-10-052-2/+2
* | cleaned up vca_vapp module to focus on managing vappsPeter Sprygada2015-09-211-209/+174
* | Merge pull request #991 from privateip/vca_natChrrrles Paul2015-09-211-222/+113
|\ \
| * | updated vca_nat module to use common vca libraryPeter Sprygada2015-09-171-222/+113
* | | Merge pull request #992 from privateip/vca_vappChrrrles Paul2015-09-211-525/+126
|\ \ \
| * | | refactor vca_vapp to use vca common modulePeter Sprygada2015-09-171-525/+126
| |/ /
* | | refactored vca_fw to use vca common modulePeter Sprygada2015-09-171-209/+159
|/ /
* | adds missing serialize_instance functionPeter Sprygada2015-09-081-6/+12