I would like Ansible to connect to the console port of IOS devices to provision them. I have set up a Cisco 29xx terminal server to use SSH. The issue is that in order to access the device, you must now go through two prompts. The first prompt username/password, then hit Enter to bring up the second prompt. From here it is like logging into the device as normal.
Is there anyway to use the current ios modules (facts, command, config, etc) to login in this manner? Or are there any other solutions? Thanks for any assistance!