[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: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Find device readiness script] ******************************************** ok: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Wait for device to become ready] ***************************************** 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). ok: [dut2 -> localhost] FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check vjunos-router readiness (39 retries left). 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, dut2, x1, x2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [x1] ok: [x2] ok: [dut2] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [dut] ok: [x1] ok: [x2] 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 { } } 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; } lo0.0 { family inet6 { address 2001:db8:1:1::1/64; } } ge-0/0/0.0 { description "dut -> x1 [external]"; family inet6 { address 2001:db8:3::1/64; } } ge-0/0/1.0 { description "dut -> x2 [external]"; family inet6 { address 2001:db8:3:1::1/64; } } ge-0/0/2.0 { description "dut -> dut2 [external]"; family inet6 { address 2001:db8:cafe:e01::1/64; } } ge-0/0/3.0 { description "dut -> stub [stub]"; family inet6 { address 2001:db8:cafe:e42::1/64; } } } protocols { lldp { interface fxp0 { disable; } interface all; } router-advertisement { interface ge-0/0/0.0; interface ge-0/0/1.0; interface ge-0/0/2.0; interface ge-0/0/3.0; } } ok: [x1] => msg: |- initial configuration for x1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <