[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [r2] ok: [r4] ok: [r3] ok: [r1] ok: [dut] TASK [Find device readiness script] ******************************************** ok: [r2] ok: [r4] ok: [r1] ok: [r3] ok: [dut] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [r2] skipping: [r4] skipping: [r1] skipping: [r3] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, r2, r4, r1, r3 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [r2] ok: [r4] ok: [r1] ok: [r3] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [r2] ok: [r4] ok: [r1] ok: [dut] ok: [r3] 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 ipv4 unicast route-target import 65000:2 route-target export 65000:2 exit-address-family vrf red rd 65000:1 ! address-family ipv4 unicast route-target import 65000:1 route-target export 65000:1 exit-address-family interface loopback 0 ip address 10.0.0.1/32 ! interface mgmt no lldp transmit no lldp receive ! interface 1/1/1 shutdown mtu 9198 vrf attach red ip mtu 1500 description dut -> r1 ip address 172.16.0.1/24 no shutdown ! interface 1/1/2 shutdown mtu 9198 vrf attach red ip mtu 1500 description dut -> r2 [external] ip address 172.16.1.1/24 no shutdown ! interface 1/1/3 shutdown mtu 9198 vrf attach blue ip mtu 1500 description dut -> r3 ip address 172.16.2.1/24 no shutdown ! interface 1/1/4 shutdown mtu 9198 vrf attach blue ip mtu 1500 description dut -> r4 [external] ip address 172.16.3.1/24 no shutdown ! ! ok: [r2] => msg: |- initial configuration for r2 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <