mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-22 02:18:06 +00:00
nimbus.holesky: update tsv with state after cleanup
Old folders with validator clients that should not exist were present on hosts, mostly erigon ones, and posing a threat for further slashings. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0970c10b89
commit
d787da3cb2
@ -10,7 +10,7 @@ LAYOUT_FILE="${GIT_ROOT}/ansible/files/layout/${FLEET}.tsv"
|
||||
echo -e 'Hostname\tNode Name\tValidator ID' > "${LAYOUT_FILE}"
|
||||
|
||||
# Find validator files and convert into a TSV.
|
||||
ansible "${FLEET}" --become \
|
||||
ansible "${FLEET},!nimbus-holesky-windows,!nimbus-holesky-macm2" --become \
|
||||
-a 'find /data/*/data/secrets -type f -printf "$(hostname)%p\n"' \
|
||||
| awk -F'/' '!/CHANGED/&&!/^$/{printf "%s\t%s\t%s\n", $1, $3, $6}' \
|
||||
| sort >> "${LAYOUT_FILE}"
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user