VMware: vsphere_copy: ability to target an esxi instance (#55930)

*`vsphere_copy` was only able to interact with a vCenter instance. This
patch change that.
* In addition, it also makes use of the `vmware_argument_spec`.

Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Gonéri Le Bouder
2019-05-16 01:10:08 -04:00
committed by Abhijeet Kasurde
parent ca7ff2ad05
commit 216260cbb4
2 changed files with 99 additions and 57 deletions

View File

@@ -0,0 +1,4 @@
minor_changes:
- vsphere_copy - The module can now also be used with standalone ESXi.
- vsphere_copy - The ``host`` and ``login`` parameters are deprecated, use `hostname` and ``username``
like for the other VMware modules.