Deploy RocketPool on the new nimbus.eth1 hetzner host
This commit is contained in:
parent
3e69657de8
commit
11cf8c97bc
|
@ -36,5 +36,5 @@ open_ports_list:
|
|||
- { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq', comment: 'Geth Metrics' }
|
||||
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.pyrmont' }
|
||||
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.prater' }
|
||||
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.rayonism' }
|
||||
- { port: '{{ geth_rpc_port }}' , ipset: 'nimbus.rayonism' }
|
||||
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.eth1' }
|
||||
- { port: '{{ geth_rpc_port }}' , ipset: 'nimbus.eth1' }
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
- name: Configure RocketPool node
|
||||
become: true
|
||||
hosts:
|
||||
- nimbus-rayonism-qmerge
|
||||
- nimbus-eth1-metal
|
||||
roles:
|
||||
- { role: infra-role-rocketpool-smart-node, tags: rocketpool }
|
||||
|
|
Loading…
Reference in New Issue