Created
March 22, 2016 00:30
-
-
Save djk29a/a586c81a96cd1315d4f2 to your computer and use it in GitHub Desktop.
Delete stale / not checking in Chef nodes
This file contains 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
for node in $(knife search node "ohai_time:[* TO $(date +%s -d '5hours ago')]" -i); do | |
knife client delete -y $node | |
knife node delete -y $node | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment