Warning in ansible: You're using Ansible version 12.x or higher; netlab might not work correctly ... Ansible core version 2.19 introduced breaking changes in templates and playbooks ... We tested netlab core with Ansible version 12.x but not every device template ... You might want to downgrade Ansible to version 11.10 or lower. ... Use 'netlab install ansible' on Ubuntu to do that ... Finally, please open a GitHub issue if you experience errors/crashes ... Set defaults.ansible.warnings.ver12 to False to hide this warning [INFO] Checking for updates in configuration templates [INFO] Creating configuration snippets [WARNING]: Could not match supplied host pattern, ignoring: unprovisioned [WARNING]: Found variable using reserved name 'hosts'. Origin: /work/netlab_cicd/group_vars/all/topology.yml:157:1 155 ipv4: 10.2.0.0/24 156 prefix: 32 157 hosts: ^ column 1 PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [c1] ok: [c2] ok: [relay] ok: [server] TASK [Generic readiness tests] ************************************************* skipping: [relay] skipping: [c1] skipping: [c2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/ssh.yml for server => (item=ssh) TASK [Check if 'sshpass' is installed] ***************************************** ok: [server -> localhost] TASK [Check for 'timeout' command] ********************************************* ok: [server -> localhost] TASK [Execute local ssh command to check ssh readiness] ************************ FAILED - RETRYING: [server -> localhost]: Execute local ssh command to check ssh readiness (20 retries left). FAILED - RETRYING: [server -> localhost]: Execute local ssh command to check ssh readiness (19 retries left). ok: [server -> localhost] TASK [Confirm server SSH server works] ***************************************** ok: [server] => { "msg": "Node server is ready." } TASK [Find device readiness script] ******************************************** ok: [c1] ok: [c2] ok: [relay] ok: [server] TASK [Wait for device to become ready] ***************************************** skipping: [relay] skipping: [c1] skipping: [c2] skipping: [server] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for relay included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c2 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for server TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [relay] TASK [Find configuration template for normalize] ******************************* ok: [relay] TASK [fail] ******************************************************************** skipping: [relay] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [relay] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [relay] TASK [Deploy normalize configuration] ****************************************** skipping: [relay] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [c1] TASK [Find configuration template for normalize] ******************************* ok: [c1] TASK [fail] ******************************************************************** skipping: [c1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [c1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [c1] TASK [Deploy normalize configuration] ****************************************** skipping: [c1] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [c2] TASK [Find configuration template for normalize] ******************************* ok: [c2] TASK [fail] ******************************************************************** skipping: [c2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [c2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [c2] TASK [Deploy normalize configuration] ****************************************** skipping: [c2] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [server] TASK [Find configuration template for normalize] ******************************* ok: [server] TASK [fail] ******************************************************************** skipping: [server] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [server] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [server] TASK [Deploy normalize configuration] ****************************************** skipping: [server] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for relay included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c2 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for server TASK [Figure out whether to deploy the module initial on current device] ******* ok: [relay] TASK [Find configuration template for initial] ********************************* ok: [relay] TASK [fail] ******************************************************************** skipping: [relay] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [relay] TASK [Print deployed configuration when running in verbose mode] *************** ok: [relay] => { "msg": "initial configuration for relay\n=========================================\nhostname relay\n!\nno ip domain lookup\nlogging buffered 256000\n\n!\nlldp run\n!\nip host relay-c_vrf 172.16.0.1\nip host server 172.16.1.4\n!\nip routing\n!\nno ipv6 unicast-routing\n!\nvrf definition c_vrf\n rd 65000:1\n route-target import 65000:1\n route-target export 65000:1\n!\n address-family ipv4\n exit-address-family\n!\n\n!\n!\ninterface Loopback0\n ip address 10.0.0.1 255.255.255.255\n!\ninterface GigabitEthernet0/0\n no lldp transmit\n no lldp receive\n!\ninterface GigabitEthernet0/1\n vrf forwarding c_vrf\n description relay -> [c1,c2] [stub]\n ip address 172.16.0.1 255.255.255.0\n no shutdown\n!\ninterface GigabitEthernet0/2\n description relay -> server [stub]\n ip address 172.16.1.1 255.255.255.0\n no shutdown\n!\n!\nline vty 0 4\n exec-timeout 0 0 \n!\nno banner exec\nno banner login\nno banner incoming\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/ios.yml for relay TASK [ios_config: deploying initial from /work/netlab_cicd/node_files/relay/initial] *** [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device including the indentation changed: [relay] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [c1] TASK [Find configuration template for initial] ********************************* ok: [c1] TASK [fail] ******************************************************************** skipping: [c1] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [c1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [c1] => { "msg": "initial configuration for c1\n=========================================\n#!/bin/bash\n#\nset -e\n#\n# Create bash profile script\n#\ncat <