The error you have is 0xc000015b which according to https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4625 means it does not have the necessary rights to log on. WinRM requires the SeNetworkLogonRight https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/access-this-computer-from-the-network.
Make sure the account has that right or is in a group that has that right. Also check that it has not been explicitly denied this logon right with the deny right. 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/85f99dd7-e158-4e27-9faa-45e7d6acd747%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
