Skip to content

Commit d787da3

Browse files
committed
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 <[email protected]>
1 parent 0970c10 commit d787da3

File tree

2 files changed

+3801
-13752
lines changed

2 files changed

+3801
-13752
lines changed

ansible/files/layout/gen_tsv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LAYOUT_FILE="${GIT_ROOT}/ansible/files/layout/${FLEET}.tsv"
1010
echo -e 'Hostname\tNode Name\tValidator ID' > "${LAYOUT_FILE}"
1111

1212
# Find validator files and convert into a TSV.
13-
ansible "${FLEET}" --become \
13+
ansible "${FLEET},!nimbus-holesky-windows,!nimbus-holesky-macm2" --become \
1414
-a 'find /data/*/data/secrets -type f -printf "$(hostname)%p\n"' \
1515
| awk -F'/' '!/CHANGED/&&!/^$/{printf "%s\t%s\t%s\n", $1, $3, $6}' \
1616
| sort >> "${LAYOUT_FILE}"

0 commit comments

Comments
 (0)