I want to download a file from Microsoft's Visual Studio Team Foundation 
Server  2013 (aka TFS).  I haven't been able to do so via the get_url 
module.  I think the problem is that the TFS doesn't support 'basic' 
authentication, and maybe only NTLM authentication, whereas get_url doesn't 
seem to know how to do NTLM auth.

I can download files from TFS using curl, but only if I use either the 
--ntlm or --anyauth arguments.  If I use the --basic argument it fails.

I don't see any way to specify the authentication mode when using the 
get_url ansible module except to force the use of basic.  Either way, 
get_url fails with this error: "msg: Request failed"

Any ideas how I can download stuff from TFS with ansible other than the 
command module?

Thanks,

Jon

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c9d6251a-ea83-4c78-9251-4c3c3d603b8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to