[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: [ce1] ok: [dut] ok: [ce2] ok: [p1] ok: [p2] ok: [pe2] TASK [Find device readiness script] ******************************************** ok: [ce1] ok: [p1] ok: [dut] ok: [ce2] ok: [p2] ok: [pe2] TASK [Wait for device to become ready] ***************************************** skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/routeros7.yml for dut TASK [Execute local ssh command to check router readiness] ********************* skipping: [dut] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut, pe2, ce1, ce2, p1, p2 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [ce1] ok: [ce2] ok: [p1] ok: [dut] ok: [p2] ok: [pe2] TASK [Find configuration template for normalize] ******************************* ok: [ce1] ok: [p1] ok: [dut] ok: [ce2] ok: [p2] ok: [pe2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [ce1] ok: [ce2] ok: [dut] ok: [p2] ok: [p1] ok: [pe2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] ok: [pe2] => msg: |- normalize configuration for pe2 ========================================= ! interface Ethernet1 shutdown mac-address 52dc.cafe.0401 ! interface Ethernet2 shutdown mac-address 52dc.cafe.0402 TASK [Deploy normalize configuration] ****************************************** skipping: [dut] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for pe2 TASK [eos_config: deploying normalize from /home/pipi/netlab_gh/netsim/ansible/templates/normalize/eos.j2] *** [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device including the indentation changed: [pe2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut, pe2, ce1, ce2, p1, p2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [ce1] ok: [ce2] ok: [p1] ok: [dut] ok: [p2] ok: [pe2] TASK [Find configuration template for initial] ********************************* ok: [ce1] ok: [ce2] ok: [p1] ok: [p2] ok: [dut] ok: [pe2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [ce1] ok: [ce2] ok: [p1] ok: [p2] ok: [dut] ok: [pe2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= /system identity set name="dut" /interface bridge add name=loopback protocol-mode=none /ip address add interface=loopback address=10.0.0.3/32 /ip/vrf/add place-before=0 name=tenant interfaces=ether3 /interface ethernet set comment="dut -> p1" ether2 /ip address add interface=ether2 address=10.1.0.1/30 /ip address set [find where interface=ether2] comment="dut -> p1" /interface ethernet set comment="dut -> ce1 [external]" ether3 /ip address add interface=ether3 address=10.1.0.14/30 /ip address set [find where interface=ether3] comment="dut -> ce1 [external]" /ip neighbor discovery-settings set discover-interface-list=all ok: [ce1] => msg: |- initial configuration for ce1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <