[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: [r2] ok: [rc] ok: [x1] TASK [Find device readiness script] ******************************************** ok: [dut] ok: [r2] ok: [rc] ok: [x1] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [r2] skipping: [rc] skipping: [x1] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, r2, rc, x1 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut] ok: [r2] ok: [rc] ok: [x1] TASK [Find configuration template for initial] ********************************* ok: [dut] ok: [r2] ok: [rc] ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= updates: - path: /system/mtu value: default-port-mtu: 1514 default-l2-mtu: 1514 default-ip-mtu: 1500 _annotate_default-ip-mtu: "Custom system wide setting, overrides default 1500" - 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 ~ r2" - path: /interface[name=ethernet-1/1]/subinterface[index=0] value: description: "dut ~ r2" ipv4: admin-state: enable address: - ip-prefix: "10.1.0.1/30" primary: [null] - path: /interface[name=ethernet-1/2] value: subinterface: index: 0 description: "dut ~ x1" - path: /interface[name=ethernet-1/2]/subinterface[index=0] value: description: "dut ~ x1" 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: [r2] => msg: |- initial configuration for r2 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <