Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I've been struggling to automate the import of the identity certificate on a Cisco IOS device (specifically 8000V) using an Ansible playbook. I run into 1 of 2 problems:1. Using the cisco ios_config module, the task will timeout after issuing the cr...
Thanks for the response, I've also tried with the expect module as well. Here's the code I wrote for it:- name: Generate certificate templateansible.builtin.expect:command: "ssh {{ ansible_user }}@{{ ansible_host }}"echo: trueresponses:'Password:': ...