community.general/lib/ansible/modules
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
..
cloud VMware: Fix module vmware_host (#46225) 2019-02-25 14:08:33 +05:30
clustering etcd3: Support authentication (#44383) 2019-02-16 16:44:10 -05:00
commands Update command/shell docs with note about modules for rebooting(#51499) 2019-02-13 13:54:36 -05:00
crypto crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
database mysql_user: fix malformed regex used to check current privileges (#52278) 2019-02-21 16:39:51 -08:00
files Do not add state: absent when a non-existent path is returned (#51350) 2019-02-23 01:48:44 +01:00
identity onepassword_facts bug fixes (#51953) 2019-02-22 11:52:33 +00:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging Fix idempotence in rabbitmq_plugin (#52166) 2019-02-22 08:36:32 +00:00
monitoring Fixes typo of 'registed' to 'registered' (#52708) 2019-02-21 13:41:19 +05:30
net_tools nmcli: Fix known validate-modules issues (#52493) 2019-02-22 11:28:57 +00:00
network meraki_config_template - Fix actions when specifying net_id (#51586) 2019-02-22 19:39:01 -05:00
notification Assorted pylint fixes 2019-02-15 06:54:47 -08:00
packaging Added npm ci command (#49665) 2019-02-22 13:54:54 +00:00
remote_management Katello: Added product to the dict choices (#49776) 2019-02-22 08:27:34 +00:00
source_control Assorted pylint fixes 2019-02-15 06:54:47 -08:00
storage Fix typos in examples for purefb_ds and purefb_dsrole (#52861) 2019-02-23 03:48:31 -05:00
system crypttab: Trim trailing newlines (#51594) 2019-02-22 09:25:23 +00:00
utilities include_vars: elaborate description of dir option (#52022) 2019-02-11 13:25:51 -05:00
web_infrastructure - Initial commit (#51739) 2019-02-21 20:13:41 +00:00
windows win_certificate_store - Fix exception handling typo (#52906) 2019-02-25 13:00:04 +10:00
__init__.py