diff --git a/ansible/group_vars/nimbus-geth-goerli.yml b/ansible/group_vars/nimbus-geth-goerli.yml index d0291dd..5232042 100644 --- a/ansible/group_vars/nimbus-geth-goerli.yml +++ b/ansible/group_vars/nimbus-geth-goerli.yml @@ -32,3 +32,5 @@ open_ports_default_comment: 'Geth Metrics' open_ports_default_chain: 'VPN' open_ports_list: - { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq' } + - { port: '{{ geth_websocket_port }}', ipset: 'nimbus.pyrmont' } + - { port: '{{ geth_websocket_port }}', ipset: 'nimbus.prater' } diff --git a/ansible/group_vars/nimbus-geth-mainnet.yml b/ansible/group_vars/nimbus-geth-mainnet.yml index 1915b2f..71381ad 100644 --- a/ansible/group_vars/nimbus-geth-mainnet.yml +++ b/ansible/group_vars/nimbus-geth-mainnet.yml @@ -33,3 +33,4 @@ open_ports_default_comment: 'Geth Metrics' open_ports_default_chain: 'VPN' open_ports_list: - { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq' } + - { port: '{{ geth_websocket_port }}', ipset: 'nimbus.mainnet' } diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 7e6a9cf..4b6feb0 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -26,7 +26,7 @@ - name: infra-role-wireguard src: git@github.com:status-im/infra-role-wireguard.git - version: 1beaa34f9b9b00e286faeeb177e2233e431a1634 + version: 49757eacbb3840d3c03ae159baec96b2c3492682 scm: git - name: oauth-proxy @@ -46,7 +46,7 @@ - name: infra-role-beacon-node-linux src: git@github.com:status-im/infra-role-beacon-node-linux.git - version: d19a71843f15386c424dc8bd9f3aa2bdff39541c + version: bbba401d463840897bc3c16c48cf1b20c1115520 scm: git - name: infra-role-beacon-node-windows @@ -56,7 +56,7 @@ - name: infra-role-dist-validators src: git@github.com:status-im/infra-role-dist-validators.git - version: c1b8149b3a85b058c3838d54a4d0c2bb2a64cb71 + version: 1ec52b38e36cd1af939317ea51bbd74984986725 scm: git - name: infra-role-winsw