This lesson is taken from my Ansible Network Automation Course -
It covers a subject which a lot of people struggle with and that is to connect Ansible to a Cisco Wireless LAN Controller (WLC)
The main reason for this is after Ansible 2.6.2 Ansible will only support local as a connection method to AireOS and not network_cli
The video steps you through all the steps I did to get a connection to the Cisco WLC
I then run a simple command show ap summary just to show some output.
The playbook can easily be expanded to fully configure your wireless controller and in later videos I will be going through some examples of this.
All code is in my GitHub Account