/home/pipi/.local/lib/python3.10/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "cipher": algorithms.TripleDES, /home/pipi/.local/lib/python3.10/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "class": algorithms.TripleDES, [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Could not match supplied host pattern, ignoring: unprovisioned [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [ce1] ok: [ce2] ok: [s2] ok: [s1] TASK [Generic readiness tests] ************************************************* skipping: [ce1] skipping: [ce2] skipping: [s2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/ssh.yml for s1 => (item=ssh) TASK [Check if 'sshpass' is installed] ***************************************** ok: [s1 -> localhost] TASK [Check for 'timeout' command] ********************************************* ok: [s1 -> localhost] TASK [Execute local ssh command to check ssh readiness] ************************ FAILED - RETRYING: [s1 -> localhost]: Execute local ssh command to check ssh readiness (40 retries left). FAILED - RETRYING: [s1 -> localhost]: Execute local ssh command to check ssh readiness (39 retries left). FAILED - RETRYING: [s1 -> localhost]: Execute local ssh command to check ssh readiness (38 retries left). FAILED - RETRYING: [s1 -> localhost]: Execute local ssh command to check ssh readiness (37 retries left). ok: [s1 -> localhost] TASK [Confirm s1 SSH server works] ********************************************* ok: [s1] => msg: Node s1 is ready. TASK [Find device readiness script] ******************************************** ok: [ce1] ok: [ce2] ok: [s2] ok: [s1] TASK [Wait for device to become ready] ***************************************** skipping: [ce1] skipping: [ce2] skipping: [s2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/junos.yml for s1 TASK [set_fact] **************************************************************** ok: [s1] TASK [Wait for first interface (ge-0/0/0)] ************************************* ok: [s1] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ce1, ce2, s1, s2 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [ce1] ok: [ce2] ok: [s2] ok: [s1] TASK [Find configuration template for normalize] ******************************* ok: [ce1] ok: [ce2] ok: [s2] ok: [s1] TASK [fail] ******************************************************************** skipping: [ce1] skipping: [ce2] skipping: [s1] skipping: [s2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [ce1] ok: [ce2] ok: [s2] ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [ce1] skipping: [ce2] skipping: [s1] skipping: [s2] TASK [Deploy normalize configuration] ****************************************** skipping: [ce1] skipping: [ce2] skipping: [s1] skipping: [s2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ce1, ce2, s1, s2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [ce1] ok: [ce2] ok: [s2] ok: [s1] TASK [Find configuration template for initial] ********************************* ok: [ce1] ok: [ce2] ok: [s2] ok: [s1] TASK [fail] ******************************************************************** skipping: [ce1] skipping: [ce2] skipping: [s1] skipping: [s2] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [ce1] ok: [s2] ok: [ce2] ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [ce1] => msg: |- initial configuration for ce1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <