Hi,
We have delivered DevNet Express training. Everything worked fine, except IOS-XE config management with Ansible. It worked perfectly during the dry runs, but not during the real event. I realized that Ansible version (what PIP installs) was upgraded from 2.5.4 to 2.9.4.
In summary, dry run worked fine with 2.5.4, but it failed with 2.9.4.
DevNetNotes_Ansible.zip
Attached file shows the problems. IOS Modules produced a different error ("invalid connection specified, expected connection=local, got network_cli"}
) than Netconf Module (msg": "Privilege escalation method not found: enable").
Ansible ran on the CentOS workstation of the PoD, not on local machines.