nimbus.mainnet: discover only EL nodes from nimbus.geth
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
eed8a7145d
commit
afc0e93e36
|
@ -33,7 +33,7 @@
|
|||
hosts: nimbus-mainnet-metal
|
||||
vars:
|
||||
# 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:
|
||||
- { role: swap-file, tags: [ swap-file ] }
|
||||
- { role: open-ports, tags: [ open-ports ] }
|
||||
|
|
Loading…
Reference in New Issue