[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Find device readiness script] ******************************************** ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut, x1, x2, x3 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Find configuration template for normalize] ******************************* ok: [x1] ok: [x2] ok: [dut] ok: [x3] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Deploy normalize configuration] ****************************************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut, x1, x2, x3 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= hostname dut ! lldp ! ! vlan 500 name ospf_1 ! vlan 501 name ospf_2 ! vlan 502 name ospf_3 ! ! ! interface loopback 0 ipv6 address 2001:db8:1:1::1/64 ! interface mgmt no lldp transmit no lldp receive ! interface 1/1/1 shutdown mtu 9198 ip mtu 1400 description dut -> x3 no shutdown ! interface 1/1/2 shutdown mtu 9198 ip mtu 1400 description [Access VLAN ospf_1] dut -> x1 no shutdown ! interface 1/1/3 shutdown mtu 9198 ip mtu 1280 description [Access VLAN ospf_2] dut -> x2 no shutdown ! interface vlan500 ip mtu 1400 description VLAN ospf_1 (500) -> [x1] ipv6 address 2001:db8:2::1/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 ! interface vlan501 ip mtu 1280 description VLAN ospf_2 (501) -> [x2] ipv6 address 2001:db8:2:1::1/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 ! interface vlan502 ip mtu 1320 description VLAN ospf_3 (502) -> [x3] ipv6 address 2001:db8:2:2::1/64 no ipv6 nd suppress-ra ipv6 nd ra min-interval 3 ipv6 nd ra max-interval 4 ! ! ok: [x1] => msg: |- initial configuration for x1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <