[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: [r1] ok: [r2] ok: [s1] ok: [s2] ok: [ros] TASK [Find device readiness script] ******************************************** ok: [r1] ok: [r2] ok: [s1] ok: [s2] ok: [ros] TASK [Wait for device to become ready] ***************************************** skipping: [r1] skipping: [r2] skipping: [s1] skipping: [s2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/routeros7.yml for ros TASK [Execute local ssh command to check router readiness] ********************* skipping: [ros] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for r1, r2, s1, s2, ros TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [r1] ok: [r2] ok: [s1] ok: [s2] ok: [ros] TASK [Find configuration template for normalize] ******************************* ok: [r1] ok: [r2] ok: [s1] ok: [s2] ok: [ros] TASK [fail] ******************************************************************** skipping: [r1] skipping: [r2] skipping: [s1] skipping: [s2] skipping: [ros] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [r1] ok: [r2] ok: [s2] ok: [s1] ok: [ros] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [r1] skipping: [r2] skipping: [s1] skipping: [s2] skipping: [ros] TASK [Deploy normalize configuration] ****************************************** skipping: [r1] skipping: [r2] skipping: [s1] skipping: [s2] skipping: [ros] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for r1, r2, s1, s2, ros TASK [Figure out whether to deploy the module initial on current device] ******* ok: [r1] ok: [r2] ok: [s1] ok: [s2] ok: [ros] TASK [Find configuration template for initial] ********************************* ok: [r1] ok: [r2] ok: [s2] ok: [s1] ok: [ros] TASK [fail] ******************************************************************** skipping: [r1] skipping: [r2] skipping: [s1] skipping: [s2] skipping: [ros] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [r1] ok: [r2] ok: [s1] ok: [s2] ok: [ros] TASK [Print deployed configuration when running in verbose mode] *************** ok: [ros] => msg: |- initial configuration for ros ========================================= /system identity set name="ros" /interface bridge add name=loopback protocol-mode=none /ip address add interface=loopback address=10.0.0.1/32 /interface/bridge/add name=switch vlan-filtering=yes comment="Global Switch Bridge" /interface/vlan/add name=ether2-701 vlan-id=701 interface=ether2 /interface/vlan/add name=ether2-700 vlan-id=700 interface=ether2 /interface ethernet set comment="ros -> s2" ether2 /interface ethernet set comment="ros -> [r2,s1,s2]" ether2-701 /ip address add interface=ether2-701 address=172.16.1.1/24 /ip address set [find where interface=ether2-701] comment="ros -> [r2,s1,s2]" /interface ethernet set comment="ros -> [r1,s1,s2]" ether2-700 /ip address add interface=ether2-700 address=172.16.0.1/24 /ip address set [find where interface=ether2-700] comment="ros -> [r1,s1,s2]" /ip neighbor discovery-settings set discover-interface-list=all ok: [r1] => msg: |- initial configuration for r1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <