nimbus.ropsten: uncomment geth setup

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-09-23 15:39:06 +02:00
parent 7d05abad43
commit 7b7c61e5ee
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -15,12 +15,12 @@
hosts:
- nimbus.ropsten
tasks:
#- include_role: name=infra-role-geth
# tags: [ geth, infra-role-geth ]
# with_items: '{{ nodes_layout[hostname] }}'
# loop_control:
# loop_var: node
# index_var: idx
- include_role: name=infra-role-geth
tags: [ geth, infra-role-geth ]
with_items: '{{ nodes_layout[hostname] }}'
loop_control:
loop_var: node
index_var: idx
- include_role: name=infra-role-beacon-node-linux
tags: [ beacon-node, infra-role-beacon-node-linux ]