nimbus.mainnet: discover only EL nodes from nimbus.geth

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-01-11 14:32:39 +01:00
parent eed8a7145d
commit afc0e93e36
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
hosts: nimbus-mainnet-metal hosts: nimbus-mainnet-metal
vars: vars:
# FIXME: Use all Geth nodes available in the fleet until we resync. # FIXME: Use all Geth nodes available in the fleet until we resync.
geth_node_api_fleet_names: ['nimbus.get', 'nimbus.{{ beacon_node_network }}'] geth_node_api_fleet_names: ['nimbus.geth']
roles: roles:
- { role: swap-file, tags: [ swap-file ] } - { role: swap-file, tags: [ swap-file ] }
- { role: open-ports, tags: [ open-ports ] } - { role: open-ports, tags: [ open-ports ] }