Linux integration with Windows AD using Thycotic Secret Server

Hello All,
Hope you all doing OK.

Did any one tried integrating Thycotic Secret Server with Ansible.

Description - I Have a project to add all LINUX server to Windows Active directory.

I was able to add the servers manually, but I would like to use yaml script to add 200 servers by fetching active Directory Admin credentials from Thycotic Server (which is a centralized encrypted password repository.) and use those credentials while adding servers to AD using ‘realm join’ .

Please some one help me how does Ansible will work with Thycotic Server.

Regards
Vinod

Hi Vinod,

not sure whether you saw that, but there's a lookup plugin for TSS:
https://docs.ansible.com/ansible/latest/collections/community/general/tss_lookup.html

Best,
Felix

Hi Felix,
Thanks for your email and the link. https://docs.ansible.com/ansible/latest/collections/community/general/tss_lookup.html

I saw the link but not sure how do i add into my ansible play book to fetch the credentials i wanted.