[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [spine] ok: [h1] ok: [l2] ok: [h2] ok: [l1] TASK [Find device readiness script] ******************************************** ok: [spine] ok: [l2] ok: [l1] ok: [h2] ok: [h1] TASK [Wait for device to become ready] ***************************************** skipping: [l1] skipping: [spine] skipping: [l2] skipping: [h1] skipping: [h2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for l1, spine, l2, h1, h2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [spine] ok: [l2] ok: [h2] ok: [h1] ok: [l1] TASK [Find configuration template for initial] ********************************* ok: [spine] ok: [l2] ok: [h1] ok: [h2] ok: [l1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [l1] => msg: |- initial configuration for l1 ========================================= hostname l1 ! lldp ! ! vlan 1000 name red ! ! ! interface loopback 0 ip address 10.0.0.2/32 ! interface mgmt no lldp transmit no lldp receive ! interface 1/1/1 shutdown mtu 9198 ip mtu 1600 description l1 -> spine [external] ip address 172.16.0.2/24 no shutdown ! interface 1/1/2 shutdown mtu 9198 no shutdown ! interface vlan1000 description VLAN red (1000) -> [h1,h2,l2] ! ! ok: [spine] => msg: |- initial configuration for spine ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <