[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_c] ok: [xf] ok: [probe] ok: [dut_a] TASK [Find device readiness script] ******************************************** ok: [dut_c] ok: [xf] ok: [probe] ok: [dut_a] TASK [Wait for device to become ready] ***************************************** skipping: [dut_c] skipping: [xf] skipping: [probe] skipping: [dut_a] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut_c, xf, probe, dut_a TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut_c] ok: [xf] ok: [probe] ok: [dut_a] TASK [Find configuration template for initial] ********************************* ok: [dut_c] ok: [xf] ok: [probe] ok: [dut_a] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_c] => msg: |- initial configuration for dut_c ========================================= updates: - path: /interface[name=system0]/subinterface[index=0] value: description: "No description" ipv4: admin-state: enable address: - ip-prefix: "10.0.0.2/32" - path: /interface[name=ethernet-1/1] value: subinterface: index: 0 description: "dut_c ~ probe" - path: /interface[name=ethernet-1/1]/subinterface[index=0] value: description: "dut_c ~ probe" ipv4: admin-state: enable address: - ip-prefix: "10.1.0.5/30" primary: [null] - path: /interface[name=ethernet-1/2] value: subinterface: index: 0 description: "dut_c ~ xf" - path: /interface[name=ethernet-1/2]/subinterface[index=0] value: description: "dut_c ~ xf" ipv4: admin-state: enable address: - ip-prefix: "10.1.0.9/30" primary: [null] - path: /network-instance[name=default] value: type: default interface: - name: system0.0 - path: /network-instance[name=default] value: type: default interface: - name: ethernet-1/1.0 - path: /network-instance[name=default] value: type: default interface: - name: ethernet-1/2.0 ok: [dut_a] => msg: |- initial configuration for dut_a ========================================= updates: - path: /interface[name=system0]/subinterface[index=0] value: description: "No description" ipv4: admin-state: enable address: - ip-prefix: "10.0.0.1/32" - path: /interface[name=ethernet-1/1] value: subinterface: index: 0 description: "dut_a ~ probe" - path: /interface[name=ethernet-1/1]/subinterface[index=0] value: description: "dut_a ~ probe" ipv4: admin-state: enable address: - ip-prefix: "10.1.0.1/30" primary: [null] - path: /network-instance[name=default] value: type: default interface: - name: system0.0 - path: /network-instance[name=default] value: type: default interface: - name: ethernet-1/1.0 ok: [xf] => msg: |- initial configuration for xf ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <