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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/900d3807-deec-48a6-b7f2-0ecc1032069a%40googlegroups.com.