Deploy RocketPool on the new nimbus.eth1 hetzner host

This commit is contained in:
Zahary Karadjov 2021-08-26 20:47:32 +03:00
parent 3e69657de8
commit 11cf8c97bc
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 3 additions and 3 deletions

View File

@ -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' }

View File

@ -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 }