[INFO] Creating configuration snippets [WARNING]: Found variable using reserved name: hosts 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, c1, c2, server TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [c1] ok: [c2] ok: [relay] ok: [server] TASK [Find configuration template for normalize] ******************************* ok: [c1] ok: [c2] ok: [relay] ok: [server] TASK [fail] ******************************************************************** skipping: [relay] skipping: [c1] skipping: [c2] skipping: [server] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [c1] ok: [c2] ok: [relay] ok: [server] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [c1] skipping: [c2] skipping: [server] ok: [relay] => { "msg": "normalize configuration for relay\n=========================================\n!\ninterface Ethernet1\n shutdown\n!\ninterface Ethernet2\n shutdown\n" } TASK [Deploy normalize configuration] ****************************************** skipping: [c1] skipping: [c2] skipping: [server] included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for relay TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/relay/normalize] *** [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 [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for relay, c1, c2, server TASK [Figure out whether to deploy the module initial on current device] ******* ok: [c1] ok: [c2] ok: [relay] ok: [server] TASK [Find configuration template for initial] ********************************* ok: [c1] ok: [c2] ok: [relay] ok: [server] TASK [fail] ******************************************************************** skipping: [relay] skipping: [c1] skipping: [c2] skipping: [server] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [c1] ok: [c2] ok: [relay] ok: [server] 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 <