[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [xf] ok: [dut_a] ok: [probe] ok: [dut_c] TASK [Find device readiness script] ******************************************** ok: [probe] ok: [dut_a] ok: [xf] ok: [dut_c] TASK [Wait for device to become ready] ***************************************** skipping: [dut_a] skipping: [dut_c] skipping: [xf] skipping: [probe] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut_a, dut_c, xf, probe TASK [Figure out whether to deploy the module initial on current device] ******* ok: [xf] ok: [dut_a] ok: [probe] ok: [dut_c] TASK [Find configuration template for initial] ********************************* ok: [xf] ok: [dut_c] ok: [dut_a] ok: [probe] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_a] => msg: |- initial configuration for dut_a ========================================= hostname dut-a ! lldp ! interface loopback 0 ipv6 address 2001:db8:1:1::1/64 ! interface mgmt no lldp transmit no lldp receive ! interface 1/1/1 shutdown mtu 9198 description dut_a -> probe ipv6 address 2001:db8:2::1/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 no shutdown ! ! ok: [dut_c] => msg: |- initial configuration for dut_c ========================================= hostname dut-c ! lldp ! interface loopback 0 ipv6 address 2001:db8:1:2::1/64 ! interface mgmt no lldp transmit no lldp receive ! interface 1/1/1 shutdown mtu 9198 description dut_c -> probe ipv6 address 2001:db8:2:1::2/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 no shutdown ! interface 1/1/2 shutdown mtu 9198 description dut_c -> xf [external] ipv6 address 2001:db8:2:2::2/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 no shutdown ! ! ok: [probe] => msg: |- initial configuration for probe ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <