cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
355
Views
2
Helpful
3
Replies

Automate ISE LDAP Server

billy.dytzel
Level 1
Level 1

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!

1 Accepted Solution

Accepted Solutions

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.

 

View solution in original post

3 Replies 3

Arne Bier
VIP
VIP

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. 

We're on version 3.2.0.542. I'm not sure about REST, I haven't used it.

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.