geth: explicitly open RPC and WebSocket ports to VPN

Since geth role now defaults to using `localhost` for both.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-08-25 15:26:42 +02:00
parent 0a143764f0
commit abe15b05db
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,9 @@ geth_expo_source_data_path: '{{ geth_cont_vol }}/data'
# Ports
geth_port: 30303
geth_rpc_addr: '0.0.0.0'
geth_rpc_port: 8545
geth_websocket_addr: '0.0.0.0'
geth_websocket_port: 8546
geth_expo_cont_port: 9200

View File

@ -24,7 +24,9 @@ geth_expo_source_data_path: '{{ geth_cont_vol }}/data'
# Ports
geth_port: 30303
geth_rpc_addr: '0.0.0.0'
geth_rpc_port: 8545
geth_websocket_addr: '0.0.0.0'
geth_websocket_port: 8546
geth_expo_cont_port: 9200

View File

@ -101,7 +101,7 @@
- name: infra-role-geth
src: git@github.com:status-im/infra-role-geth.git
version: bb265a41b690e5efcedba5b453e17997d72c4ac1
version: 87b6be842f1cc4f69ac1f064150c9568aebcdb69
scm: git
- name: infra-role-geth-exporter