You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
With vsphere_copy, I can upload files to a vsphere datastore, but I want to download a .vmdk file from a datastore to my local server. Is there an ansible module that will let me download from a datastore?
Gonéri Le Bouder
unread,
May 3, 2019, 11:14:21 AM5/3/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spongebob33167, Ansible Project
Hi Spongebob33167!
You can already browse the /folder end-point with a browser and so use
the get_url module:
e.g: https://192.168.1.40/folder on my ESXi returns a listing of the
datacenter. And I can navigate to finally download a file.