community.general/lib/ansible/modules/cloud/vmware
Christian Kotte 2f44ac4edc VMware: Fix module vmware_host (#46225)
* Add folder_name alias

The parameter should be named folder_name instead of folder to be
consistent with the other parameters cluster_name and datacenter_name.

* Fix 'A specified parameter was not correct: cnxSpec' error

The play fails when re-connecting a host with the cnxSpec argument
defined.

Just remove the cnxSpec argument definition. It isn't necessary when
re-connecting an existing host in vCenter (6.5).

* Fix ESXi host add/remove/re-connect errors

An ESXi host cannot be added, removed, or re-connected under a folder.

ESXi hosts connected under a folder, instead of a cluster, have an
object type of ComputeResource instead of HostSystem and the HostSystem
object is the first entry in the host parameter list of the
ComputeResource object.

Separate between cluster and folder actions.
2019-02-25 14:08:33 +05:30
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_vsphere_guest.py Fixed typo from adress to address (#52143) 2019-02-13 13:57:13 +05:30
vca_fw.py Clean up VMware BOTMETA and author/license info (#36873) 2018-03-02 01:07:17 +01:00
vca_nat.py Clean up VMware BOTMETA and author/license info (#36873) 2018-03-02 01:07:17 +01:00
vca_vapp.py pyvcloud requirement documented (#44347) 2018-09-07 01:01:49 -04:00
vcenter_extension.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vcenter_extension_facts.py VMware: new module vcenter_extension_facts (#45472) 2018-09-21 13:57:47 +05:30
vcenter_folder.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vcenter_license.py VMware: vcenter_license fixes (#50794) 2019-01-14 21:50:21 +05:30
vmware_about_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vmware_category.py VMware: new module: vmware_category (#39945) 2018-08-20 10:45:24 +05:30
vmware_category_facts.py with_items should not be used any more - using loop instead (#47364) 2018-12-14 12:13:32 -05:00
vmware_cfg_backup.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
vmware_cluster.py VMware: Refactor vmware_cluster (#37072) 2018-11-14 04:36:48 -05:00
vmware_cluster_facts.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_datacenter.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_datastore_cluster.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vmware_datastore_facts.py VMware: Gather extended datastore facts (#46546) 2018-10-11 15:52:30 +05:30
vmware_datastore_maintenancemode.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_deploy_ovf.py Add inject_ovf_env functionality for vmware_deploy_ovf (#51074) 2019-01-28 09:55:21 -06:00
vmware_dns_config.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_drs_group.py VMware: New module vmware_drs_group (#50650) 2019-01-14 21:55:26 +05:30
vmware_drs_group_facts.py VMware: New module vmware_drs_group_facts (#50649) 2019-01-14 21:56:12 +05:30
vmware_drs_rule_facts.py VMware: remove unused imports (#43804) 2018-08-09 10:34:55 +05:30
vmware_dvs_host.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_dvs_portgroup.py Fix module issues (#52209) 2019-02-15 12:57:20 +01:00
vmware_dvswitch.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vmware_dvswitch_lacp.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vmware_dvswitch_pvlans.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vmware_dvswitch_uplink_pg.py Fix return types 2018-12-18 15:14:08 -08:00
vmware_export_ovf.py VMware: add new module vmware_export_ovf (#50589) 2019-02-25 09:29:45 +05:30
vmware_guest.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_boot_facts.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_boot_manager.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_custom_attribute_defs.py Bulk fix DOCUMENTATION.author (Part 3) (#48990) 2018-11-21 15:10:41 +00:00
vmware_guest_custom_attributes.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_disk.py Fix module issues (#52209) 2019-02-15 12:57:20 +01:00
vmware_guest_disk_facts.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_facts.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_file_operation.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_find.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_move.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_powerstate.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_snapshot.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_snapshot_facts.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_tools_upgrade.py [New Module] vmware_guest_tools_upgrade (#42698) 2018-09-07 09:54:50 +05:30
vmware_guest_tools_wait.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_guest_video.py VMware: add new module vmware_guest_video (#50590) 2019-01-12 11:37:14 +05:30
vmware_guest_vnc.py VMware: New module vmware_guest_vnc (#36282) 2018-09-07 16:00:37 +05:30
vmware_host.py VMware: Fix module vmware_host (#46225) 2019-02-25 14:08:33 +05:30
vmware_host_acceptance.py VMware: Add check mode support to module vmware_host_acceptance (#46260) 2018-10-04 05:27:33 -05:00
vmware_host_active_directory.py VMware: new module vmware_host_ad_auth (#47901) 2018-12-18 16:34:11 +05:30
vmware_host_capability_facts.py Misc typo fixes (#45969) 2018-09-21 14:43:22 +01:00
vmware_host_config_facts.py VMware: Add check mode support in vmware_host_config_facts (#46272) 2018-10-03 07:55:40 -05:00
vmware_host_config_manager.py VMware: Fix KeyError in vmware_host_config_manager (#52736) 2019-02-25 13:27:49 +05:30
vmware_host_datastore.py with_items should not be used any more - using loop instead (#47364) 2018-12-14 12:13:32 -05:00
vmware_host_dns_facts.py VMware: Add check mode support to module vmware_host_dns_facts (#46530) 2018-10-06 10:44:33 -05:00
vmware_host_facts.py VMware: Add esxi_hostname option to vmware_host_facts (#47062) 2018-11-13 16:40:16 +05:30
vmware_host_feature_facts.py with_items should not be used any more - using loop instead (#47364) 2018-12-14 12:13:32 -05:00
vmware_host_firewall_facts.py VMware: Add check mode support to module vmware_host_firewall_facts (#46265) 2018-10-04 05:28:53 -05:00
vmware_host_firewall_manager.py VMware: Add check mode support to module vmware_host_firewall_manager (#46266) 2018-10-11 15:54:30 +05:30
vmware_host_hyperthreading.py VMware: New module: vmware_host_hyperthreading (#46750) 2018-10-27 21:42:41 +05:30
vmware_host_ipv6.py VMware: change type of state in vmware_host_ipv6 (#47362) 2018-10-23 11:37:34 +05:30
vmware_host_kernel_manager.py VMware: add new module vmware_host_kernel_manager (#52503) 2019-02-18 21:57:49 +05:30
vmware_host_lockdown.py VMware: remove unused imports (#43804) 2018-08-09 10:34:55 +05:30
vmware_host_ntp.py Fix module issues (#52209) 2019-02-15 12:57:20 +01:00
vmware_host_ntp_facts.py VMware: new module: vmware_host_ntp_facts (#44306) 2018-08-28 06:25:46 -07:00
vmware_host_package_facts.py Fix all VMware examples to use delegate_to (#43426) 2018-08-01 09:10:57 +05:30
vmware_host_powermgmt_policy.py VMware: New module vmware_host_powermgmt_policy (#46688) 2018-10-19 23:15:43 +05:30
vmware_host_powerstate.py VMware: remove unused imports (#43804) 2018-08-09 10:34:55 +05:30
vmware_host_scanhba.py VMware: New Module: vmware_host_scanhba (#51440) 2019-02-22 16:45:53 +05:30
vmware_host_service_facts.py VMware: update docs and return docs for vmware_host_service_facts (#49736) 2018-12-10 23:57:39 +05:30
vmware_host_service_manager.py VMware: Add check mode support to module vmware_host_service_manager (#46271) 2018-10-08 15:09:38 +05:30
vmware_host_snmp.py Sanity fixes in various modules (#50080) 2018-12-18 09:53:46 -06:00
vmware_host_ssl_facts.py VMware: New module : vmware_host_ssl_facts (#43871) 2018-08-17 10:25:25 +05:30
vmware_host_vmhba_facts.py Remove unused import (#48639) 2018-11-22 07:58:17 -08:00
vmware_host_vmnic_facts.py VMware: Improve module vmware_host_vmnic_facts (#47278) 2018-10-30 12:21:50 +05:30
vmware_local_role_facts.py VMware: Improve output of vmware_local_role_facts (#47871) 2018-11-02 14:28:36 +05:30
vmware_local_role_manager.py Fix return types 2018-12-18 15:14:08 -08:00
vmware_local_user_facts.py VMware: Improve module vmware_local_user_facts (#47868) 2018-11-13 18:19:40 +05:30
vmware_local_user_manager.py Fix all VMware examples to use delegate_to (#43426) 2018-08-01 09:10:57 +05:30
vmware_maintenancemode.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vmware_migrate_vmk.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_object_role_permission.py VMware: new plugin for setting an object's role/permission (#39988) 2018-09-07 19:03:58 +05:30
vmware_portgroup.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_portgroup_facts.py Improve vmware_portgroup_facts module (#47357) 2018-11-26 09:27:49 -05:00
vmware_resource_pool.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
vmware_resource_pool_facts.py VMware: remove unused imports (#43804) 2018-08-09 10:34:55 +05:30
vmware_tag.py VMware: Check for category id before assigning (#51684) 2019-02-05 11:50:15 +05:30
vmware_tag_facts.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_tag_manager.py VMware: Tag management to VMware object (#46945) 2019-02-12 16:53:33 +05:30
vmware_target_canonical_facts.py VMware: remove unused imports (#43804) 2018-08-09 10:34:55 +05:30
vmware_vcenter_settings.py VMware: New module vmware_vcenter_settings (#48083) 2018-12-10 11:01:15 +05:30
vmware_vcenter_statistics.py Revert changes in vmware_vcenter_statistics(#49537) 2018-12-21 14:51:49 +05:30
vmware_vm_facts.py VMware: Handle duplicate VM names in vmware_vm_facts (#45412) 2019-02-12 16:31:42 +05:30
vmware_vm_host_drs_rule.py VMware: New module vmware_vm_host_drs_rule (#50651) 2019-01-28 06:15:45 +01:00
vmware_vm_shell.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_vm_vm_drs_rule.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_vm_vss_dvs_migrate.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_vmkernel.py Improve vmware_vmkernel module (#47270) 2019-02-20 21:27:35 +05:30
vmware_vmkernel_facts.py VMware: Add check mode support to vmware_vmkernel_facts (#47286) 2018-10-19 19:24:34 +05:30
vmware_vmkernel_ip_config.py VMware: Update example (#43786) 2018-08-08 17:14:27 +05:30
vmware_vmotion.py VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 2019-02-25 14:07:07 +05:30
vmware_vsan_cluster.py with_items should not be used any more - using loop instead (#47364) 2018-12-14 12:13:32 -05:00
vmware_vspan_session.py VMware: Module for managing mirroring sessions. (#50338) 2019-02-08 10:16:57 +05:30
vmware_vswitch.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
vmware_vswitch_facts.py VMware: Add check mode support in vmware_vswitch_facts (#47263) 2018-10-28 20:00:51 +05:30
vsphere_copy.py VMware: Add url quoting to support spaces in paths provided by the user (#46708) 2018-10-27 21:45:00 +05:30
vsphere_file.py vsphere_file: New module to manage files on datastores (#48180) 2019-02-11 21:26:12 +01:00