You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add possiblity to tell vsphere_copy which diskformat is being uploaded (#1995)
Add possiblity to tell vsphere_copy which diskformat is being uploaded
SUMMARY
Add possiblity to tell vsphere_copy which diskformat is being uploaded
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
vsphere_copy
ADDITIONAL INFORMATION
Related issue: vmware/pyvmomi#1064
- name: Copy file to datastore using other_system
community.vmware.vsphere_copy:
hostname: '{{ vcenter_hostname }}'
username: '{{ vcenter_username }}'
password: '{{ vcenter_password }}'
src: /other/local/streamOptimized.vmdk
datacenter: DC2 Someplace
datastore: datastore2
path: disk_imports/streamOptimized.vmdk
timeout: 360
diskformat: StreamVmdk
Reviewed-by: Mario Lenz <m@riolenz.de>
Reviewed-by: Alexander Nikitin <ihumster@ihumster.ru>
Reviewed-by: Klaas Demter
- vsphere_copy - Add parameter to tell vsphere_copy which diskformat is being uploaded (https://github.com/ansible-collections/community.vmware/pull/1995).
0 commit comments