After installing CredSSP, ansible can access Windows via the domain user, but it will fail in ansible tower. Error: CredSSP: requests auth method is CredSSP, but requests- CredSSP is not installed.
在 2018年3月23日星期五 UTC+8下午6:23:23,Jordan Borean写道: > > The docs should be more explicit, you don't need to specify a certificate > thumbprint, it will use a random one generated each time the host starts. > Those docs are only there if you wanted to set an explicit cert but that > isn't required for CredSSP. The reason why it failed to connect is you need > to set ansible_password not ansible_pass, the error message is complaining > no password was set. > > In this case, mentioned that CredSSP has client and server, Do I need to >> configure it? >> > > No you only need to configure the server components, the client side is if > you are using that WIndows host to connect to another host with CredSSP. > Because you are just using Ansible to Windows, only the server side is > needed. > > Thanks > > Jordan > -- 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/9d092065-1762-4bf4-93ab-765737dad79c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
