Commit Graph

10 Commits (568b7b9b4f1fd63151933106d28d564bd6e9334d)

Author SHA1 Message Date
Charles Paul 6f4aaecb6a adding no_log to password 9 years ago
Matthew Jones c157dbe55a Fix up vsphere_copy after open_url change
* Remove leading module parameter on open_url call as it's no longer used
  by module_utils.urls.open_url
* Force basic auth otherwise vsphere will just return a 401
9 years ago
Toshio Kuratomi 4bf75fca9f Merge pull request #788 from ansible/open_url-vsphere-copy
Port vsphere_copy from httplib to open_url for TLS cert validation
9 years ago
Toshio Kuratomi dce3d4054e Return errno and http status as requested by @bcoca 9 years ago
Jonathan Davila 757b952be4 Doc string fix for vsphere_copy 9 years ago
Toshio Kuratomi 3ec3e77d53 Better status conditional from dagwieers 9 years ago
Toshio Kuratomi 1e18550805 Port vsphere_copy from httplib to open_url for TLS cert validation 9 years ago
Matt Martz 9f9422fcb5 Update vsphere_copy.py to use new style module_utils import 9 years ago
Dag Wieers 57e7a6662a Work around a software bug in vSphere
Due to a software bug in vSphere, it fails to handle ampersand in datacenter names.
The solution is to do what vSphere does (when browsing) and double-encode ampersands.

It is likely other characters need special treatment like this as well, haven't found any.
9 years ago
Brian Coca 1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
9 years ago