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