[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut] ok: [r1] ok: [dut2] ok: [x1] ok: [x2] TASK [Find device readiness script] ******************************************** ok: [dut] ok: [r1] ok: [dut2] ok: [x1] ok: [x2] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [r1] skipping: [dut2] skipping: [x1] skipping: [x2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, r1, dut2, x1, x2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut] ok: [dut2] ok: [r1] ok: [x1] ok: [x2] TASK [Find configuration template for initial] ********************************* ok: [dut] ok: [r1] ok: [dut2] ok: [x1] ok: [x2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [r1] skipping: [dut2] skipping: [x1] skipping: [x2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= - set: system: hostname: dut interface: eth0: ip: vrf: mgmt address: dhcp: {} type: eth swp1: type: swp link: mtu: 1500 state: up : {} description: "dut -> r1" ip: address: 10.1.0.1/30: {} ipv6: enable: off swp2: type: swp link: mtu: 1500 state: up : {} description: "dut -> x1 [external]" ip: address: 10.1.0.5/30: {} ipv6: enable: off swp3: type: swp link: mtu: 1500 state: up : {} description: "dut -> x2 [external]" ip: address: 10.1.0.9/30: {} ipv6: enable: off swp4: type: swp link: mtu: 1500 state: up : {} description: "dut -> dut2 [external]" ip: address: 172.0.66.1/24: {} ipv6: enable: off swp5: type: swp link: mtu: 1500 state: up : {} description: "dut -> stub [stub]" ip: address: 172.0.42.1/24: {} ipv6: enable: off - set: interface: lo: type: loopback ip: address: 10.0.0.1/32: {} ipv6: enable: off ok: [dut2] => msg: |- initial configuration for dut2 ========================================= - set: system: hostname: dut2 interface: eth0: ip: vrf: mgmt address: dhcp: {} type: eth swp1: type: swp link: mtu: 1500 state: up : {} description: "dut2 -> dut [external]" ip: address: 172.0.66.2/24: {} ipv6: enable: off - set: interface: lo: type: loopback ip: address: 10.0.0.2/32: {} ipv6: enable: off ok: [r1] => msg: |- initial configuration for r1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <