[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: [probe] ok: [dut_c] ok: [dut_a] TASK [Find device readiness script] ******************************************** ok: [xf] ok: [probe] ok: [dut_c] ok: [dut_a] TASK [Wait for device to become ready] ***************************************** skipping: [dut_c] skipping: [xf] skipping: [dut_a] skipping: [probe] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut_c, xf, dut_a, probe TASK [Figure out whether to deploy the module initial on current device] ******* ok: [xf] ok: [probe] ok: [dut_c] ok: [dut_a] TASK [Find configuration template for initial] ********************************* ok: [xf] ok: [probe] ok: [dut_c] ok: [dut_a] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_c] => msg: |- initial configuration for dut_c ========================================= hostname dut_c ! no ip domain lookup ! lldp run ! ip host dut_a 2001:db8:1:1::1 2001:db8:2::1 ip host probe 2001:db8:1:3::1 2001:db8:2::3 2001:db8:2:1::3 ip host xf 2001:db8:1:4::1 2001:db8:2:2::4 ! ipv6 unicast-routing ! ! interface Loopback0 ipv6 address 2001:DB8:1:2::1/64 ! interface GigabitEthernet1 no lldp transmit no lldp receive ! interface GigabitEthernet2 no shutdown description dut_c -> probe ipv6 address 2001:DB8:2:1::2/64 ! interface GigabitEthernet3 no shutdown description dut_c -> xf [external] ipv6 address 2001:DB8:2:2::2/64 ! no banner exec no banner login no banner incoming ok: [xf] => msg: |- initial configuration for xf ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <