[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: [p1] ok: [p2] ok: [dut] TASK [Find device readiness script] ******************************************** ok: [xf] ok: [p1] ok: [dut] ok: [p2] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [xf] skipping: [p1] skipping: [p2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, xf, p1, p2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [xf] ok: [p1] ok: [p2] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [xf] ok: [p1] ok: [dut] ok: [p2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= hostname dut ! lldp ! vrf d1 rd 65000:1 ! address-family ipv6 unicast route-target import 65000:1 route-target export 65000:1 exit-address-family vrf d2 rd 65000:2 ! address-family ipv6 unicast route-target import 65000:2 route-target export 65000:2 exit-address-family 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 vrf attach d1 description dut -> p1 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 ! interface 1/1/2 shutdown mtu 9198 vrf attach d2 description dut -> p2 ipv6 address 2001:db8:2:1::1/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 no shutdown ! interface 1/1/3 shutdown mtu 9198 vrf attach d2 description dut -> xf [external] ipv6 address 2001:db8:2:2::1/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 no shutdown ! interface loopback 1 vrf attach d2 description VRF Loopback d2 ipv6 address 2001:db8:cafe:43::1/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 ! ! ok: [xf] => msg: |- initial configuration for xf ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <