The win_uri module is written in PowerShell and designed to be run on a
Windows target.

On Tue, Apr 7, 2020 at 5:09 PM Jeremy Hobbs <glyp...@gmail.com> wrote:

> I currently have a playbook that use the uri module to connect to an API
> and get a json request. This was working properly.   I am now attempting to
> implement NTLM or Kerberos  authentication on the web server.   I attempted
> to change it to the win_uri module and add the username and password to the
> parameters. When I run it, I get an error for powershell.
>
> fatal: [localhost]: FAILED! => {"changed": false, "module_stderr":
> "/bin/sh: powershell: command not found\n", "module_stdout": "", "msg":
> "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 127}
>
>
> After searching some, the only thing I found, was someone saying that you
> have to delegate the task to a windows machine and setup a listener on the
> windows machine.
>
> Has anyone used the win_uri module?  Is that correct. that you have you
> delegate the task to a windows machine.  That seems like a lot of
> unnecessary work.There is plenty of python modules that will pass windows
> authentication.
>
> Has anyone found a better solution or got any ideas?
>
>
> thanks
> Jeremy
>
>
> --
> 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 ansible-project+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/900d3807-deec-48a6-b7f2-0ecc1032069a%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/900d3807-deec-48a6-b7f2-0ecc1032069a%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
-- 
Matt Martz
@sivel
sivel.net

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAD8N0v-f0q-Kb4TLBKwFk34-SkM4kwPjmKeFYEC9-ND0tdy-FA%40mail.gmail.com.

Reply via email to