Open
Conversation
Signed-off-by: apentori <pentori.alexis@proton.me>
updating reth port Signed-off-by: apentori <pentori.alexis@proton.me>
Signed-off-by: apentori <pentori.alexis@proton.me>
017c452 to
cf4e7bd
Compare
Signed-off-by: apentori <pentori.alexis@proton.me>
cf4e7bd to
3064d64
Compare
jakubgs
approved these changes
Feb 6, 2026
Comment on lines
+143
to
+147
| - name: infra-role-reth | ||
| src: git@github.com:status-im/infra-role-reth.git | ||
|
|
||
| - name: infra-role-lighthouse | ||
| src: git@github.com:status-im/infra-role-lighthouse.git |
| @@ -1,4 +1,5 @@ | |||
| --- | |||
| testing: False | |||
Member
There was a problem hiding this comment.
Temporary I assume. You could do this in CLI with:
ansible-playbook ansible/something.yml -e '{"testing":false}'
Comment on lines
+33
to
+35
| eth_val_watcher_validators_lido_geth_1: '{{ lookup("vault", "archive/lido-geth-01", field="config") }}' | ||
| eth_val_watcher_validators_lido_geth_2: '{{ lookup("vault", "archive/lido-geth-02", field="config") }}' | ||
| eth_val_watcher_validators_lido_geth_3: '{{ lookup("vault", "archive/lido-geth-03", field="config") }}' |
Member
There was a problem hiding this comment.
Why not a list that you then do | join("\n") on?
Member
There was a problem hiding this comment.
Also, could we not just have a script that calls RPC endpoint to get list of validator keys from LIDO smart contract?
Not that important, but it would be doable.
Comment on lines
+5
to
+6
| open_ports_list: | ||
| archive: |
Member
There was a problem hiding this comment.
The usual pattern is to put open_ports_list at the bottom of the file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked to:
This host is also use by the Vault monitoring tool of the BI team