Ansible for Cisco switchport interface and 802.1x config

Hi

I am working on putting Cisco ISE into enforcement mode on production Cisco switches for 802.1x wired authentication.

Currently the access interfaces all have ‘authentication open’ which needs to be removed.

I have Ansible installed and ready to configure switches.

Is there anyway I could configure a playbook to find access ports that have ‘authentication open’ and remove it?

Thanks!

Hi,

you need the cisco_ios module with a jinja template.