[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [s3] ok: [h1] ok: [h2] ok: [h3] ok: [h4] ok: [h5] ok: [h6] ok: [s1] ok: [s2] TASK [Find device readiness script] ******************************************** ok: [s3] ok: [h2] ok: [h1] ok: [s1] ok: [h3] ok: [h4] ok: [h5] ok: [h6] ok: [s2] TASK [Wait for device to become ready] ***************************************** skipping: [s1] skipping: [s2] skipping: [s3] skipping: [h1] skipping: [h2] skipping: [h3] skipping: [h4] skipping: [h5] skipping: [h6] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for s1, s2, s3, h1, h2, h3, h4, h5, h6 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [s3] ok: [h1] ok: [h2] ok: [h3] ok: [h4] ok: [h5] ok: [h6] ok: [s1] ok: [s2] TASK [Find configuration template for initial] ********************************* ok: [s3] ok: [h1] ok: [s2] ok: [h2] ok: [h3] ok: [h4] ok: [s1] ok: [h5] ok: [h6] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => msg: |- initial configuration for s1 ========================================= hostname s1 ! no ip domain lookup ! lldp run ! ip host h1 172.16.0.1 ip host h2 172.16.0.2 ip host h3 172.16.0.3 ip host h4 172.16.1.4 ip host h5 172.16.1.5 ip host h6 172.16.1.6 ip host s2 10.0.0.8 10.1.0.2 172.16.2.8 ip host s3 10.0.0.42 172.16.2.42 172.16.3.42 ! ! ! interface Loopback0 ip address 10.0.0.7 255.255.255.255 ! interface GigabitEthernet1 no lldp transmit no lldp receive ! interface GigabitEthernet2 no shutdown description s1 -> s2 mtu 1600 ip address 10.1.0.1 255.255.255.252 ! interface GigabitEthernet3 no shutdown description s1 -> s3 mtu 1600 ip address 172.16.3.7 255.255.255.0 ! interface GigabitEthernet4 no shutdown ! interface GigabitEthernet5 no shutdown ! interface BDI1000 no shutdown description VLAN red (1000) -> [h3,s3,h1,h2,s2] ! interface BDI1001 no shutdown description VLAN blue (1001) -> [h6,s3,h4,h5,s2] ! no banner exec no banner login no banner incoming ok: [s3] => msg: |- initial configuration for s3 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <