- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
APIs
-
Identity Services Engine (ISE)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
