[ansible-project] Re: Integrating Microsoft LAPS and ansible

2020-07-21 Thread harsh chawda
Hello Jordan, Thanks for your reply . I am trying to do the same what you explained. Will post my queries if got any issues. Thanks again. On Thursday, July 16, 2020 at 12:12:20 AM UTC+5:30, Jordan Borean wrote: > > I don’t understand what you mean sorry. OpenLDAP is required on the > control

[ansible-project] Re: Integrating Microsoft LAPS and ansible

2020-07-15 Thread Jordan Borean
I don’t understand what you mean sorry. OpenLDAP is required on the controller because that’s a dependency of python-ldap that the lookup uses https://www.python-ldap.org/en/python-ldap-3.3.0/installing.html#installing. If you already have it installed then you don’t need to reinstall it. If so

[ansible-project] Re: Integrating Microsoft LAPS and ansible

2020-07-15 Thread harsh chawda
Hello, I have one doubt like not all systems in my environment are configured with LAPS as of now. So some of the systems are having LAPS others are having LDAP . So will both the things work out. ie. basically if i install OpenLDAP , is it standalone package/module or will it replace the cu

[ansible-project] Re: Integrating Microsoft LAPS and ansible

2020-07-15 Thread harsh chawda
Hello , Thanks for you reply. I will test it out the same. Thanks again. On Tuesday, July 14, 2020 at 1:12:56 AM UTC+5:30, jbor...@gmail.com wrote: > > Theres the laps_password > https://docs.ansible.com/ansible/latest/plugins/lookup/laps_password.html > lookup that you can use to retrieve a p

[ansible-project] Re: Integrating Microsoft LAPS and ansible

2020-07-13 Thread jbor...@gmail.com
Theres the laps_password https://docs.ansible.com/ansible/latest/plugins/lookup/laps_password.html lookup that you can use to retrieve a password set by LAPS from AD. Unfortunately it requires a few extra bits to be installed on your host like OpenLDAP but it's definitely possible. On Thursday,