02-21-2024 10:09 AM
I'm trying to use Ansible "cisco.ise" module to add an LDAP server to ISE. There are modules to add an AD server (cisco.ise.active_directory), but I don't see anything for LDAP in this Ansible collection https://docs.ansible.com/ansible/latest/collections/cisco/ise/index.html
Any help is appreciated! Thanks!
Solved! Go to Solution.
02-21-2024 01:26 PM
There is no LDAP resource in the Ansible modules and, AFAIK, there is no development being done on the available Ansible modules at this time.
There is an API for CRUD operations on LDAP connections, so you might consider using this option for using Ansible to execute API calls directly.
02-21-2024 12:26 PM
I haven't had a look myself, but is there even a regular REST API call for any LDAP function? What version of ISE are you using? In general, if ISE doesn't have the API for it, then Ansible won't either.
02-21-2024 12:46 PM
We're on version 3.2.0.542. I'm not sure about REST, I haven't used it.
02-21-2024 01:26 PM
There is no LDAP resource in the Ansible modules and, AFAIK, there is no development being done on the available Ansible modules at this time.
There is an API for CRUD operations on LDAP connections, so you might consider using this option for using Ansible to execute API calls directly.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide