Warning in ansible: You're using Ansible version 12.x or higher; netlab might not work correctly ... Ansible core version 2.19 introduced breaking changes in templates and playbooks ... We tested netlab core with Ansible version 12.x but not every device template ... You might want to downgrade Ansible to version 11.10 or lower. ... Use 'netlab install ansible' on Ubuntu to do that ... Finally, please open a GitHub issue if you experience errors/crashes ... Set defaults.ansible.warnings.ver12 to False to hide this warning [INFO] Checking for updates in configuration templates [INFO] Creating configuration snippets [CREATED] s1: initial,lag,vlan,gateway [CREATED] s2: initial,lag,vlan,gateway [CREATED] x1: normalize,initial,lag,vlan [CREATED] h1: initial,routing [INFO] Executing initial configuration for node h1 (namespace clab- ml_17-h1) [INFO] Executing routing configuration for node h1 (namespace clab- ml_17-h1) [INFO] Starting Ansible playbook to deploy the rest of the configurations [WARNING]: Could not match supplied host pattern, ignoring: unprovisioned [WARNING]: Found variable using reserved name 'hosts'. Origin: /work/netlab_cicd/group_vars/all/topology.yml:157:1 155 ipv4: 10.2.0.0/24 156 prefix: 32 157 hosts: ^ column 1 PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [h1] ok: [s1] ok: [s2] ok: [x1] TASK [Generic readiness tests] ************************************************* skipping: [s1] skipping: [s2] skipping: [x1] skipping: [h1] TASK [Find device readiness script] ******************************************** ok: [h1] ok: [s1] ok: [s2] ok: [x1] TASK [Wait for device to become ready] ***************************************** skipping: [s1] skipping: [s2] skipping: [x1] skipping: [h1] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s2 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for x1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [s1] TASK [Find configuration template for normalize] ******************************* ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [s1] TASK [Deploy normalize configuration] ****************************************** skipping: [s1] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [s2] TASK [Find configuration template for normalize] ******************************* ok: [s2] TASK [fail] ******************************************************************** skipping: [s2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [s2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [s2] TASK [Deploy normalize configuration] ****************************************** skipping: [s2] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [x1] TASK [Find configuration template for normalize] ******************************* ok: [x1] TASK [fail] ******************************************************************** skipping: [x1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [x1] => { "msg": "normalize configuration for x1\n=========================================\n!\ninterface Ethernet1\n shutdown\n!\ninterface Ethernet2\n shutdown\n!\ninterface Ethernet3\n shutdown\n" } TASK [Deploy normalize configuration] ****************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for x1 TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/x1/normalize] *** [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 [WARNING]: Task result `warnings` was instead of . changed: [x1] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [h1] TASK [Find configuration template for normalize] ******************************* ok: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy normalize configuration] ****************************************** skipping: [h1] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s2 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for x1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [s1] TASK [Find configuration template for initial] ********************************* ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "initial configuration for s1\n=========================================\nhostname s1\n!\nlldp enable\n!\n!\nip host s2 10.0.0.3\nip host x1 10.0.0.4\n!\n!\ndefault mtu 1532\n!\ninterface mgmt1/1/1\n no lldp transmit\n no lldp receive\n!\ninterface loopback0\n no shutdown\n ip address 10.0.0.2/32\n no ipv6 enable\n!\ninterface ethernet1/1/1\n no shutdown\n no switchport\n description \"s1 -> s2\"\n!\ninterface port-channel1\n no shutdown\n description \"[Access VLAN red] s1 -> [x1\\\\,s2]\"\n!\ninterface ethernet1/1/2\n no shutdown\n no switchport\n description \"s1 -> x1\"\n!\ninterface vlan1000\n no shutdown\n description \"VLAN red (1000) -> [s2\\\\,h1\\\\,x1]\"\n ip address 172.16.42.2/24\n no ipv6 enable\n!\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/dellos10.yml for s1 TASK [wait_for_connection] ***************************************************** skipping: [s1] TASK [dellos10_config: deploying initial from /work/netlab_cicd/node_files/s1/initial, save to startup=yes] *** changed: [s1] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [s2] TASK [Find configuration template for initial] ********************************* ok: [s2] TASK [fail] ******************************************************************** skipping: [s2] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [s2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s2] => { "msg": "initial configuration for s2\n=========================================\nhostname s2\n!\nlldp enable\n!\n!\nip host s1 10.0.0.2\nip host x1 10.0.0.4\n!\n!\ndefault mtu 1532\n!\ninterface mgmt1/1/1\n no lldp transmit\n no lldp receive\n!\ninterface loopback0\n no shutdown\n ip address 10.0.0.3/32\n no ipv6 enable\n!\ninterface ethernet1/1/1\n no shutdown\n no switchport\n description \"s2 -> s1\"\n!\ninterface port-channel1\n no shutdown\n description \"[Access VLAN red] s2 -> [x1\\\\,s1]\"\n!\ninterface ethernet1/1/2\n no shutdown\n no switchport\n description \"s2 -> x1\"\n!\ninterface vlan1000\n no shutdown\n description \"VLAN red (1000) -> [s1\\\\,h1\\\\,x1]\"\n ip address 172.16.42.3/24\n no ipv6 enable\n!\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/dellos10.yml for s2 TASK [wait_for_connection] ***************************************************** skipping: [s2] TASK [dellos10_config: deploying initial from /work/netlab_cicd/node_files/s2/initial, save to startup=yes] *** changed: [s2] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [x1] TASK [Find configuration template for initial] ********************************* ok: [x1] TASK [fail] ******************************************************************** skipping: [x1] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [x1] => { "msg": "initial configuration for x1\n=========================================\nhostname x1\n!\nlogging monitor debugging\naaa authorization exec default local\n!\nlldp run\nip routing\nno ipv6 unicast-routing\n!\n!\nip host h1 172.16.42.5\nip host s1 10.0.0.2 172.16.42.2\nip host s2 10.0.0.3 172.16.42.3\n!\ninterface Management1\n no lldp transmit\n no lldp receive\n!\ninterface Loopback0\n ip address 10.0.0.4/32\n!\ninterface port-channel1\n no switchport\n description [Access VLAN red] x1 -> [s1,s2]\n!\ninterface Ethernet1\n no switchport\n description x1 -> s1\n mac-address caf0.0004.0001\n!\n no shutdown\n!\ninterface Ethernet2\n no switchport\n description x1 -> s2\n mac-address caf0.0004.0002\n!\n no shutdown\n!\ninterface Ethernet3\n no switchport\n description [Access VLAN red] x1 -> h1\n!\n no shutdown\n!\ninterface Vlan1000\n description VLAN red (1000) -> [s1,s2,h1]\n ip address 172.16.42.4/24\n!\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for x1 TASK [eos_config: deploying initial from /work/netlab_cicd/node_files/x1/initial] *** changed: [x1] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [h1] TASK [Find configuration template for initial] ********************************* skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for initial] ***************** skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy initial configuration] ******************************************** skipping: [h1] PLAY [Deploy module-specific configurations] *********************************** TASK [Set variables that cannot be set with VARS] ****************************** ok: [h1] ok: [s1] ok: [s2] ok: [x1] TASK [Deploy individual configuration modules] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=lag) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=gateway) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=routing) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s2 => (item=lag) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s2 => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s2 => (item=gateway) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s2 => (item=routing) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for x1 => (item=lag) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for x1 => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for x1 => (item=gateway) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for x1 => (item=routing) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=lag) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=gateway) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=routing) TASK [Figure out whether to deploy the module lag on current device] *********** ok: [s1] TASK [Find configuration template for lag] ************************************* ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for lag] ********************* ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "lag configuration for s1\n=========================================\n! OS10 internally uses port-channel 1000 and VLAN 4094 for VLT\nvlt-domain 1\n backup destination 10.0.0.3\n vlt-mac 02:00:01:a9:00:01\n delay-restore 30\n discovery-interface ethernet1/1/1\n\ninterface port-channel1\n description \"[Access VLAN red] s1 -> [x1\\\\,s2] in vlt-port-channel 1\"\n vlt-port-channel 1\n!\ninterface ethernet1/1/2\n description \"s1 -> x1 in channel-group 1\"\n channel-group 1 mode active\n lacp rate fast\n!\n" } TASK [Deploy lag configuration] ************************************************ included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/dellos10.yml for s1 TASK [wait_for_connection] ***************************************************** skipping: [s1] TASK [dellos10_config: deploying lag from /work/netlab_cicd/node_files/s1/lag, save to startup=yes] *** changed: [s1] TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [s1] TASK [Find configuration template for vlan] ************************************ ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for vlan] ******************** ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "vlan configuration for s1\n=========================================\ninterface vlan 1000\n description \"VLAN red\"\n exit\n!\n\n!\ninterface port-channel1\n switchport mode access\n switchport access vlan 1000\n!\ninterface vlan1000\n" } TASK [Deploy vlan configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/dellos10.yml for s1 TASK [wait_for_connection] ***************************************************** skipping: [s1] TASK [dellos10_config: deploying vlan from /work/netlab_cicd/node_files/s1/vlan, save to startup=yes] *** changed: [s1] TASK [Figure out whether to deploy the module gateway on current device] ******* ok: [s1] TASK [Find configuration template for gateway] ********************************* ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for gateway] ***************** ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "gateway configuration for s1\n=========================================\nip virtual-router mac-address 02:00:ca:fe:00:ff\n\n\n!\ninterface vlan1000\n ip virtual-router address 172.16.42.1\n\n\n" } TASK [Deploy gateway configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/dellos10.yml for s1 TASK [wait_for_connection] ***************************************************** skipping: [s1] TASK [dellos10_config: deploying gateway from /work/netlab_cicd/node_files/s1/gateway, save to startup=yes] *** changed: [s1] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [s1] TASK [Find configuration template for routing] ********************************* skipping: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [s1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [s1] TASK [Deploy routing configuration] ******************************************** skipping: [s1] TASK [Figure out whether to deploy the module lag on current device] *********** ok: [s2] TASK [Find configuration template for lag] ************************************* ok: [s2] TASK [fail] ******************************************************************** skipping: [s2] TASK [Find configuration deployment deploy_script for lag] ********************* ok: [s2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s2] => { "msg": "lag configuration for s2\n=========================================\n! OS10 internally uses port-channel 1000 and VLAN 4094 for VLT\nvlt-domain 1\n backup destination 10.0.0.2\n vlt-mac 02:00:01:a9:00:01\n delay-restore 30\n discovery-interface ethernet1/1/1\n\ninterface port-channel1\n description \"[Access VLAN red] s2 -> [x1\\\\,s1] in vlt-port-channel 1\"\n vlt-port-channel 1\n!\ninterface ethernet1/1/2\n description \"s2 -> x1 in channel-group 1\"\n channel-group 1 mode active\n lacp rate fast\n!\n" } TASK [Deploy lag configuration] ************************************************ included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/dellos10.yml for s2 TASK [wait_for_connection] ***************************************************** skipping: [s2] TASK [dellos10_config: deploying lag from /work/netlab_cicd/node_files/s2/lag, save to startup=yes] *** changed: [s2] TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [s2] TASK [Find configuration template for vlan] ************************************ ok: [s2] TASK [fail] ******************************************************************** skipping: [s2] TASK [Find configuration deployment deploy_script for vlan] ******************** ok: [s2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s2] => { "msg": "vlan configuration for s2\n=========================================\ninterface vlan 1000\n description \"VLAN red\"\n exit\n!\n\n!\ninterface port-channel1\n switchport mode access\n switchport access vlan 1000\n!\ninterface vlan1000\n" } TASK [Deploy vlan configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/dellos10.yml for s2 TASK [wait_for_connection] ***************************************************** skipping: [s2] TASK [dellos10_config: deploying vlan from /work/netlab_cicd/node_files/s2/vlan, save to startup=yes] *** changed: [s2] TASK [Figure out whether to deploy the module gateway on current device] ******* ok: [s2] TASK [Find configuration template for gateway] ********************************* ok: [s2] TASK [fail] ******************************************************************** skipping: [s2] TASK [Find configuration deployment deploy_script for gateway] ***************** ok: [s2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s2] => { "msg": "gateway configuration for s2\n=========================================\nip virtual-router mac-address 02:00:ca:fe:00:ff\n\n\n!\ninterface vlan1000\n ip virtual-router address 172.16.42.1\n\n\n" } TASK [Deploy gateway configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/dellos10.yml for s2 TASK [wait_for_connection] ***************************************************** skipping: [s2] TASK [dellos10_config: deploying gateway from /work/netlab_cicd/node_files/s2/gateway, save to startup=yes] *** changed: [s2] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [s2] TASK [Find configuration template for routing] ********************************* skipping: [s2] TASK [fail] ******************************************************************** skipping: [s2] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [s2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [s2] TASK [Deploy routing configuration] ******************************************** skipping: [s2] TASK [Figure out whether to deploy the module lag on current device] *********** ok: [x1] TASK [Find configuration template for lag] ************************************* ok: [x1] TASK [fail] ******************************************************************** skipping: [x1] TASK [Find configuration deployment deploy_script for lag] ********************* ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [x1] => { "msg": "lag configuration for x1\n=========================================\n\ninterface port-channel1\n description [Access VLAN red] x1 -> [s1,s2]\n!\n!\n!\ninterface Ethernet1\n description x1 -> s1 in channel-group 1\n channel-group 1 mode active\n lacp timer fast\n!\ninterface Ethernet2\n description x1 -> s2 in channel-group 1\n channel-group 1 mode active\n lacp timer fast\n" } TASK [Deploy lag configuration] ************************************************ included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for x1 TASK [eos_config: deploying lag from /work/netlab_cicd/node_files/x1/lag] ****** changed: [x1] TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [x1] TASK [Find configuration template for vlan] ************************************ ok: [x1] TASK [fail] ******************************************************************** skipping: [x1] TASK [Find configuration deployment deploy_script for vlan] ******************** ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [x1] => { "msg": "vlan configuration for x1\n=========================================\nvlan 1000\n name red\n!\n\n!\ninterface port-channel1\n switchport\n switchport access vlan 1000\n!\ninterface Ethernet3\n switchport\n switchport access vlan 1000\n!\ninterface Vlan1000\n" } TASK [Deploy vlan configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for x1 TASK [eos_config: deploying vlan from /work/netlab_cicd/node_files/x1/vlan] **** changed: [x1] TASK [Figure out whether to deploy the module gateway on current device] ******* ok: [x1] TASK [Find configuration template for gateway] ********************************* skipping: [x1] TASK [fail] ******************************************************************** skipping: [x1] TASK [Find configuration deployment deploy_script for gateway] ***************** skipping: [x1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [x1] TASK [Deploy gateway configuration] ******************************************** skipping: [x1] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [x1] TASK [Find configuration template for routing] ********************************* skipping: [x1] TASK [fail] ******************************************************************** skipping: [x1] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [x1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [x1] TASK [Deploy routing configuration] ******************************************** skipping: [x1] TASK [Figure out whether to deploy the module lag on current device] *********** ok: [h1] TASK [Find configuration template for lag] ************************************* skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for lag] ********************* skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy lag configuration] ************************************************ skipping: [h1] TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [h1] TASK [Find configuration template for vlan] ************************************ skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for vlan] ******************** skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy vlan configuration] *********************************************** skipping: [h1] TASK [Figure out whether to deploy the module gateway on current device] ******* ok: [h1] TASK [Find configuration template for gateway] ********************************* skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for gateway] ***************** skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy gateway configuration] ******************************************** skipping: [h1] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [h1] TASK [Find configuration template for routing] ********************************* skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy routing configuration] ******************************************** skipping: [h1] PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* h1 : ok=17 changed=0 unreachable=0 failed=0 skipped=30 rescued=0 ignored=0 s1 : ok=37 changed=4 unreachable=0 failed=0 skipped=18 rescued=0 ignored=0 s2 : ok=37 changed=4 unreachable=0 failed=0 skipped=18 rescued=0 ignored=0 x1 : ok=35 changed=4 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Warning: The following warnings were generated during the 'netlab initial' processing Warning: ansible: You're using Ansible version 12.x or higher; netlab might not work correctly Results of configuration script deployments ================================================================================ h1 OK: 2 The devices under test are an MLAG pair sharing an anycast gateway and connected to an Arista EOS switch. The Arista EOS switch should have a working LAG and the attached host should be able to ping the anycast gateway.