mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
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:
committed by
Abhijeet Kasurde
parent
ca7ff2ad05
commit
216260cbb4
4
changelogs/fragments/55930-vsphere_copy_for_esxi.yaml
Normal file
4
changelogs/fragments/55930-vsphere_copy_for_esxi.yaml
Normal 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.
|
||||
Reference in New Issue
Block a user