cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
179
Views
1
Helpful
2
Replies

Executing CISCO ISE configuration in AWX EE

lanagna
Level 1
Level 1

Hi Team, Unable to integrate CISCO ise configurations in AWX - EE[Execution envi]... Observing lot of dependencies error. 

Logical View:

Manaual verfied TACACS configuration -----> Automated using ansible -----> Using EE build deploying TACACS automation for ISE dashboard configuration via AWX, but I could see lot of dependencies and below error triggers me to raise a query whether TACACS configuration in CISCO ise dashboard will have the support or not , and if so I need a help on getting the doc for the same.

Collections:

- community.general
- ansible.utils
- ansible.posix
- cisco.ise
- ansible.netcommon
- cisco.iosxr
- name: community.vmware
version: 3.11.1

Error:
fatal: [ox1-val1-ise2]: FAILED! => {"msg": "network os cisco.ios.ios is not supported"} 

2 Replies 2

Greg Gibbs
Cisco Employee
Cisco Employee

It is not entirely clear what question you are asking here. If you are asking about using Ansible to configure ISE policy elements, the official GitHub page for the ISE Ansible modules can be found here:
https://github.com/CiscoISE/ansible-ise

The documentation for the Ansible modules is here:
https://docs.ansible.com/ansible/latest/collections/cisco/ise/index.html

The following caveats should be noted:

  1. There is not feature parity between the GUI and APIs, so there is limited configuration that can be done via API (and therefore Ansible)
  2. The Ansible modules are community supported and there is currently no development being done on that code

For information on the currently supported ISE APIs, see https://cs.co/ise-api

 

thomas
Cisco Employee
Cisco Employee

I don't know what an "AWX EE" is.

Since what you want is somehow related to Ansible, I would suggest looking at our ISE Ansible resources under https://cs.co/ise-berg#Ansible which includes some of our webinars and playbooks.

Also see https://cs.co/ise-berg#automation for additional related topics