diff --git a/roles/ethereum_inventory_web/defaults/main.yaml b/roles/ethereum_inventory_web/defaults/main.yaml index 31236395..0f2d55ab 100644 --- a/roles/ethereum_inventory_web/defaults/main.yaml +++ b/roles/ethereum_inventory_web/defaults/main.yaml @@ -28,7 +28,7 @@ eth_inventory_web_content: # noqa var-naming[no-role-prefix] content: | { "ethereum_pairs": { - {% for host in (groups['ethereum_node'] + groups['bootnode']) | sort %} + {% for host in (groups['ethereum_node'] + groups['bootnode']) | reject('match', '^mev.*') | sort %} "{{ host }}": { "consensus": { "client": "{{ hostvars[host]['ethereum_node_cl'] }}",