I am using ansible for patching windows machines in my domain. The process is working fine with patches being installed till date over Winrm and kerberos as authentication.
But now they have decided to use LAPS in the environment .So, the password keep on changing and i am not able to access with the same password and patch the servers.
So, i tried researching on the internet about it and how to integrate it with the current setup.But I am not able to do it.
Is it feasible and possible with ansible to use LAPS to retrieve password and patch windows machines as I am patching 5-10 machines at a stretch and all are having different passwords. And also is it secure to integrate it with ansible
If anyone have used it in their environment and help me out in this ,it would be great. As, I am completely blank on this and how to integrate it.
If some hosts use LAPS then you can use this for plugin to get the password, for the others that don’t then you need some other mechanism to get the password.