[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: [h2] ok: [h3] ok: [s1] ok: [h4] ok: [s2] TASK [Find device readiness script] ******************************************** ok: [h1] ok: [h3] ok: [h2] ok: [s1] ok: [s2] ok: [h4] TASK [Wait for device to become ready] ***************************************** skipping: [s1] skipping: [s2] skipping: [h1] skipping: [h2] skipping: [h3] skipping: [h4] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for s1, s2, h1, h2, h3, h4 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [h1] ok: [h2] ok: [s1] ok: [h3] ok: [s2] ok: [h4] TASK [Find configuration template for initial] ********************************* ok: [h1] ok: [h2] ok: [s1] ok: [s2] ok: [h4] ok: [h3] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => msg: |- initial configuration for s1 ========================================= hostname s1 ! lldp ! vrf tenant rd 65000:1 ! address-family ipv4 unicast route-target import 65000:1 route-target export 65000:1 exit-address-family ! vlan 1001 name blue ! vlan 1002 name green ! vlan 1000 name red ! ! ! 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 ip mtu 1600 description s1 -> s2 ip address 10.1.0.1/30 no shutdown ! interface 1/1/2 shutdown mtu 9198 no shutdown ! interface 1/1/3 shutdown mtu 9198 no shutdown ! interface vlan1000 vrf attach tenant description VLAN red (1000) -> [h1,s2] ip address 172.16.0.1/24 ! interface vlan1002 vrf attach tenant description VLAN green (1002) -> [h3] [stub] ip address 172.16.2.1/24 ! interface vlan1001 vrf attach tenant description VLAN blue (1001) -> [h2,s2] ip address 172.16.1.1/24 ! ! ok: [s2] => msg: |- initial configuration for s2 ========================================= hostname s2 ! lldp ! vrf tenant rd 65000:1 ! address-family ipv4 unicast route-target import 65000:1 route-target export 65000:1 exit-address-family ! vlan 1001 name blue ! vlan 1003 name purple ! 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 s2 -> s1 ip address 10.1.0.2/30 no shutdown ! interface 1/1/2 shutdown mtu 9198 no shutdown ! interface 1/1/3 shutdown mtu 9198 no shutdown ! interface vlan1001 vrf attach tenant description VLAN blue (1001) -> [s1,h2] ip address 172.16.1.2/24 ! interface vlan1003 vrf attach tenant description VLAN purple (1003) -> [h4] [stub] ip address 172.16.3.2/24 ! interface vlan1000 vrf attach tenant description VLAN red (1000) -> [h1,s1] ip address 172.16.0.2/24 ! ! ok: [h1] => msg: |- initial configuration for h1 ========================================= #!/bin/bash # set -e # # Create bash profile script # cat <