[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [x1] ok: [x2] ok: [dut2] ok: [dut] TASK [Find device readiness script] ******************************************** ok: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Wait for device to become ready] ***************************************** skipping: [x1] skipping: [x2] included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/nxos.yml for dut, dut2 TASK [Wait for Eth1/1 to appear] *********************************************** ok: [dut2] ok: [dut] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, dut2, x1, x2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [x1] ok: [x2] ok: [dut] ok: [dut2] TASK [Find configuration template for initial] ********************************* ok: [x2] ok: [x1] ok: [dut] ok: [dut2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= hostname dut ! no ip domain-lookup ! feature lldp ! username vagrant password vagrant ! ! ! interface mgmt0 no lldp transmit no lldp receive ! interface loopback0 no shutdown ipv6 address 2001:db8:1:1::1/64 ipv6 nd ra-interval 5 min 3 ! interface Ethernet1/1 no shutdown no switchport mac-address 52dc.cafe.0101 description dut -> x1 [external] mtu 1500 ipv6 address 2001:db8:2::1/64 ipv6 nd ra-interval 5 min 3 ! interface Ethernet1/2 no shutdown no switchport mac-address 52dc.cafe.0102 description dut -> x2 [external] mtu 1500 ipv6 address 2001:db8:2:1::1/64 ipv6 nd ra-interval 5 min 3 ! interface Ethernet1/3 no shutdown no switchport mac-address 52dc.cafe.0103 description dut -> dut2 [external] mtu 1500 ipv6 address 2001:db8:cafe:e01::1/64 ipv6 nd ra-interval 5 min 3 ! interface Ethernet1/4 no shutdown no switchport mac-address 52dc.cafe.0104 description dut -> stub mtu 1500 ipv6 address 2001:db8:cafe:e42::1/64 ipv6 nd ra-interval 5 min 3 ! ok: [x2] => msg: |- initial configuration for x2 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <