[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [h1] ok: [s1] ok: [h2] ok: [s2] ok: [h3] ok: [s3] ok: [h4] ok: [h5] TASK [Find device readiness script] ******************************************** ok: [h1] ok: [s1] ok: [h2] ok: [s2] ok: [s3] ok: [h3] ok: [h5] ok: [h4] TASK [Wait for device to become ready] ***************************************** skipping: [s1] skipping: [s2] skipping: [s3] skipping: [h1] skipping: [h2] skipping: [h3] skipping: [h4] skipping: [h5] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for s1, s2, s3, h1, h2, h3, h4, h5 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [h1] ok: [s1] ok: [h2] ok: [s2] ok: [h3] ok: [s3] ok: [h4] ok: [h5] TASK [Find configuration template for initial] ********************************* ok: [s1] ok: [h1] ok: [s2] ok: [h2] ok: [h3] ok: [h4] ok: [s3] ok: [h5] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => msg: |- initial configuration for s1 ========================================= hostname s1 ! lldp ! ! vlan 1001 name blue ! vlan 1000 name red ! ! ! interface loopback 0 ip address 10.0.0.6/32 ! interface mgmt no lldp transmit no lldp receive ! interface 1/1/1 shutdown mtu 9198 ip mtu 1600 description s1 -> s2 ip address 10.1.0.1/30 no shutdown ! interface 1/1/2 shutdown mtu 9198 ip mtu 1600 description s1 -> s3 ip address 10.1.0.9/30 no shutdown ! interface loopback 1 description s1 -> stub ip address 172.16.0.6/24 ! interface 1/1/3 shutdown mtu 9198 no shutdown ! interface 1/1/4 shutdown mtu 9198 no shutdown ! interface vlan1000 description VLAN red (1000) -> [h1,h2,s2,h3,s3] ! interface vlan1001 description VLAN blue (1001) -> [h4,h5,s2] ! ! ok: [s2] => msg: |- initial configuration for s2 ========================================= hostname s2 ! lldp ! ! vlan 1001 name blue ! vlan 1000 name red ! ! ! interface loopback 0 ip address 10.0.0.7/32 ! interface mgmt no lldp transmit no lldp receive ! interface 1/1/1 shutdown mtu 9198 ip mtu 1600 description s2 -> s1 ip address 10.1.0.2/30 no shutdown ! interface 1/1/2 shutdown mtu 9198 ip mtu 1600 description s2 -> s3 ip address 10.1.0.5/30 no shutdown ! interface loopback 1 description s2 -> stub ip address 172.16.1.7/24 ! interface 1/1/3 shutdown mtu 9198 no shutdown ! interface 1/1/4 shutdown mtu 9198 no shutdown ! interface vlan1000 description VLAN red (1000) -> [h1,s1,h2,h3,s3] ! interface vlan1001 description VLAN blue (1001) -> [h4,s1,h5] ! ! ok: [s3] => msg: |- initial configuration for s3 ========================================= hostname s3 ! lldp ! ! vlan 1000 name red ! ! ! interface loopback 0 ip address 10.0.0.8/32 ! interface mgmt no lldp transmit no lldp receive ! interface 1/1/1 shutdown mtu 9198 ip mtu 1600 description s3 -> s2 ip address 10.1.0.6/30 no shutdown ! interface 1/1/2 shutdown mtu 9198 ip mtu 1600 description s3 -> s1 ip address 10.1.0.10/30 no shutdown ! interface 1/1/3 shutdown mtu 9198 no shutdown ! interface vlan1000 description VLAN red (1000) -> [h1,s1,h2,s2,h3] ! ! ok: [h5] => msg: |- initial configuration for h5 ========================================= #!/bin/bash # set -e # # Create bash profile script # cat <