chef-server

turned on laptop computer

Knife Audit to get used and unused cookbooks from chef server

Reading Time: 2 minutes Hello all, today we are going to do a task related to automation in chef. We are going to create a bash script to get all used and unused cookbooks from chef server using knife audit, and also will be deleting unused cookbooks. We can run this script as cron to achieve full automation. Download and Install Chef Workstation First thing first, we are going Continue Reading