[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [r1] ok: [r2] ok: [d1] ok: [h2] ok: [h1] ok: [h3] ok: [d2] TASK [Find device readiness script] ******************************************** ok: [r1] ok: [r2] ok: [d1] ok: [d2] ok: [h2] ok: [h1] ok: [h3] TASK [Wait for device to become ready] ***************************************** skipping: [d1] skipping: [d2] skipping: [r1] skipping: [r2] skipping: [h1] skipping: [h2] skipping: [h3] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for d1, d2, r1, r2, h1, h2, h3 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [r1] ok: [r2] ok: [h1] ok: [d1] ok: [d2] ok: [h3] ok: [h2] TASK [Find configuration template for initial] ********************************* ok: [r1] ok: [d1] ok: [r2] ok: [d2] ok: [h2] ok: [h1] ok: [h3] TASK [Print deployed configuration when running in verbose mode] *************** ok: [d1] => msg: |- initial configuration for d1 ========================================= hostname d1 ! lldp ! ! vlan 1000 name edge ! ! ! 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 1500 description d1 -> r1 ip address 172.16.33.1/24 ipv6 address 2001:db8:cafe:33::1/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 no shutdown ! interface 1/1/2 shutdown mtu 9198 ip mtu 1500 no shutdown ! interface 1/1/3 shutdown mtu 9198 ip mtu 1500 no shutdown ! interface vlan1000 description VLAN edge (1000) -> [h1,d2,h2] ip address 172.16.0.1/24 ! ! ok: [d2] => msg: |- initial configuration for d2 ========================================= hostname d2 ! lldp ! ! vlan 1000 name edge ! ! ! 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 1500 description d2 -> r2 ip address 172.16.44.2/24 ipv6 address 2001:db8:cafe:44::2/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 no shutdown ! interface 1/1/2 shutdown mtu 9198 ip mtu 1500 no shutdown ! interface 1/1/3 shutdown mtu 9198 ip mtu 1500 no shutdown ! interface vlan1000 description VLAN edge (1000) -> [h1,d1,h2] ip address 172.16.0.2/24 ! ! ok: [r1] => msg: |- initial configuration for r1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <