[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Find device readiness script] ******************************************** ok: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [dut2] skipping: [x1] skipping: [x2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, dut2, x1, x2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Find configuration template for initial] ********************************* ok: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= hostname dut ! no ip domain lookup ! lldp run ! ip host dut2 10.0.0.2 172.0.66.2 ip host x1 10.0.0.3 172.16.0.3 ip host x2 10.0.0.4 172.16.1.4 ! ! interface Loopback0 ip address 10.0.0.1 255.255.255.255 ! interface GigabitEthernet1 no lldp transmit no lldp receive ! interface GigabitEthernet2 no shutdown description dut -> x1 [external] mtu 1500 ip address 172.16.0.1 255.255.255.0 ! interface GigabitEthernet3 no shutdown description dut -> x2 [external] mtu 1500 ip address 172.16.1.1 255.255.255.0 ! interface GigabitEthernet4 no shutdown description dut -> dut2 [external] mtu 1500 ip address 172.0.66.1 255.255.255.0 ! interface GigabitEthernet5 no shutdown description dut -> stub mtu 1500 ip address 172.0.42.1 255.255.255.0 ! no banner exec no banner login no banner incoming ok: [dut2] => msg: |- initial configuration for dut2 ========================================= hostname dut2 ! no ip domain lookup ! lldp run ! ip host dut 10.0.0.1 172.16.0.1 172.16.1.1 172.0.66.1 172.0.42.1 ip host x1 10.0.0.3 172.16.0.3 ip host x2 10.0.0.4 172.16.1.4 ! ! interface Loopback0 ip address 10.0.0.2 255.255.255.255 ! interface GigabitEthernet1 no lldp transmit no lldp receive ! interface GigabitEthernet2 no shutdown description dut2 -> dut [external] mtu 1500 ip address 172.0.66.2 255.255.255.0 ! no banner exec no banner login no banner incoming ok: [x1] => msg: |- initial configuration for x1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <