ansible-lockdown/Windows-2019-CIS

TASK [./roles/Windows-2019-CIS/ : 2.2.22 | PATCH | Ensure Deny log on as a batch job to include Guests

Closed this issue · 1 comments

This part is failing in a guest server part of the domain

TASK [./roles/Windows-2019-CIS/ : 2.2.22 | PATCH | Ensure Deny log on as a batch job to include Guests] *************************************************************************************************
fatal: [MNGITBCS02]: UNREACHABLE! => {"changed": false, "msg": "ntlm: the specified credentials were rejected by the server", "unreachable": true}

Sorry to get back to you so late on this. What your seeing is that ansible no longer has connection to the host you were running on. This is generally caused by a control setting a CIS benchmark that breaks the connection to the host. We recommend to troubleshoot on a test machine and do tests in sections and groups of controls until you are able to replicate the issue. From there you can skip that control that is breaking your connection to the host.