You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
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.
7 years ago
..
cli Update galaxy cli metadata file templates (#51398) 7 years ago
compat Have update-bundled check for updates to all bundled code 7 years ago
config Add option to ignore, warn, or error when a module parameter is converted to a string (#51404) 7 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
executor Clear failed state in always only if we did rescue (#52829) 7 years ago
galaxy Update galaxy cli metadata file templates (#51398) 7 years ago
inventory support deterministic host ordering from group ancestors (#44067) 7 years ago
module_utils VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399) 7 years ago
modules VMware: Fix module vmware_host (#46225) 7 years ago
parsing Fix pycodestyle E117 issues. 7 years ago
playbook handle non strings in requirements version for ansible-galaxy (#52109) 7 years ago
plugins Windows: Add backup parameter to modules (#50033) 7 years ago
template template: add additional variable for dest path (#52015) 7 years ago
utils move extravars and option vars loading into VM (#51070) 7 years ago
vars Remove unused imports and variable in hostvars.py (#51609) 7 years ago
__init__.py
constants.py Become plugins (#50991) 7 years ago
context.py Become plugins (#50991) 7 years ago
release.py Codename: How Many More Times 7 years ago