From 88b29efd7bb8973fde45433949d71bed3eb51385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net> Date: Thu, 16 Jan 2025 10:32:06 -0500 Subject: [PATCH] howto/retire-a-host: make find more prominent also add a wildcard to the suggested find command so that it matches things like `hostname.torproject.org.yaml` --- howto/retire-a-host.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/retire-a-host.md b/howto/retire-a-host.md index d9c3de3a..58b5394f 100644 --- a/howto/retire-a-host.md +++ b/howto/retire-a-host.md @@ -20,11 +20,11 @@ TODO: cover physical machines 5. remove from LDAP with `ldapvi` (STEP 6 above), copy-paste it in the ticket - 6. do one huge power-grep over all our source code, for example with + 6. do one huge power-grep and find over all our source code, for example with unifolium that was: grep -nH -r -e 148.251.180.115 -e 2a01:4f8:211:6e8::2 -e kvm2.torproject.org -e unifolium.torproject.org -e unifolium -e kvm2 - find -iname unifolium + find -iname unifolium\* TODO: extract those values from LDAP (e.g. purpose) and run the grep in Fabric -- GitLab