[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 PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [r1] ok: [x1] ok: [dut] ok: [x2] ok: [dut2] TASK [Find device readiness script] ******************************************** ok: [r1] ok: [x1] ok: [dut] ok: [x2] ok: [dut2] TASK [Wait for device to become ready] ***************************************** skipping: [r1] skipping: [x1] skipping: [x2] included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/vjunos-router-clab.yml for dut, dut2 TASK [Wait for SSH server] ***************************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/vm-clab-ssh-check.yml for dut, dut2 TASK [Check if 'sshpass' is installed] ***************************************** ok: [dut -> localhost] TASK [Execute local ssh command to check vjunos-router readiness] ************** FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check vjunos-router readiness (40 retries left). FAILED - RETRYING: [dut2 -> localhost]: Execute local ssh command to check vjunos-router readiness (40 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check vjunos-router readiness (39 retries left). FAILED - RETRYING: [dut2 -> localhost]: Execute local ssh command to check vjunos-router readiness (39 retries left). ok: [dut2 -> localhost] ok: [dut -> localhost] TASK [Confirm dut SSH server works] ******************************************** ok: [dut] => msg: Node dut is ready. ok: [dut2] => msg: Node dut2 is ready. TASK [Wait for ge-0/0/0 interface] ********************************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/vjunos-switch.yml for dut, dut2 TASK [Wait for ge-0/0/0 to appear] ********************************************* ok: [dut] ok: [dut2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, r1, dut2, x1, x2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [r1] ok: [x2] ok: [x1] ok: [dut] ok: [dut2] TASK [Find configuration template for initial] ********************************* ok: [r1] ok: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= system { host-name dut; static-host-mapping { r1 inet 10.0.0.5; dut2 inet 10.0.0.2; x1 inet 10.0.0.3; x2 inet 10.0.0.4; } } interfaces { ge-0/0/0 { mtu 1514; } ge-0/0/1 { mtu 1514; } ge-0/0/2 { mtu 1514; } ge-0/0/3 { mtu 1514; } ge-0/0/4 { mtu 1514; } lo0.0 { family inet { address 10.0.0.1/32; } } ge-0/0/0.0 { description "dut -> r1"; family inet { address 10.1.0.1/30; } } ge-0/0/1.0 { description "dut -> x1 [external]"; family inet { address 10.1.0.5/30; } } ge-0/0/2.0 { description "dut -> x2 [external]"; family inet { address 10.1.0.9/30; } } ge-0/0/3.0 { description "dut -> dut2 [external]"; family inet { address 172.0.66.1/24; } } ge-0/0/4.0 { description "dut -> stub [stub]"; family inet { address 172.0.42.1/24; } } } protocols { lldp { interface fxp0 { disable; } interface all; } } ok: [r1] => msg: |- initial configuration for r1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <