Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Apache2 | 277 | 14 days ago | 7 | apache-2.0 | Ruby | |||||
Development repository for the apache2 cookbook | ||||||||||
Awesome Chef | 134 | 7 years ago | 1 | |||||||
A curated list of amazingly awesome Chef resources | ||||||||||
Nagios | 124 | 13 days ago | 10 | apache-2.0 | Ruby | |||||
Development repository for the nagios cookbook | ||||||||||
Wp Chef | 90 | 4 years ago | 4 | HTML | ||||||
Democratizing WordPress Hosting - Deployment with Vagrant and EC2 using Chef + Apache / Nginx | ||||||||||
Gitorious Cookbooks | 74 | 10 years ago | 9 | Ruby | ||||||
Cookbooks collection for being used by Gitorious and chef-solo | ||||||||||
Wp Vagrant Project Reference | 43 | 7 years ago | gpl-2.0 | |||||||
WordPress Vagrant Projects by Provisioner | ||||||||||
Cookbook Openstack Dashboard | 42 | 2 years ago | apache-2.0 | CSS | ||||||
Chef Cookbook - OpenStack Dashboard. Mirror of code maintained at opendev.org. | ||||||||||
Kafka | 40 | 3 years ago | apache-2.0 | Ruby | ||||||
A set of Chef recipes for installing and configuring Apache Kafka. | ||||||||||
Passenger_apache2 | 37 | 2 months ago | 1 | apache-2.0 | Ruby | |||||
Development repository for the passenger_apache2 cookbook | ||||||||||
Chef Collectd | 36 | 7 years ago | 15 | Ruby | ||||||
Chef cookbook for collectd |
A curated list of amazingly awesome open source Chef resources. Chef is a systems and cloud infrastructure automation framework that makes it easy to deploy servers and applications to any physical, virtual, or cloud location, no matter the size of the infrastructure.
A cookbook is the fundamental unit of configuration and policy distribution in Chef. Each cookbook defines a scenario, such as everything needed to install and configure MySQL, and then it contains all of the components that are required to support that scenario. Chef maintains a collection of cookbooks that are important to Chef and are widely used by the Chef community. - What is a cookbook?
/etc/resolv.conf
via attributes.authorized_keys
in user ~/.ssh
directory from a data bag (encrypted data bag supported).When you write wrapper cookbooks, use following resources. The list includes both Chef's built in resources and LWRP of community/open source cookbooks.
/etc/cron.d
List of cookbooks and resources which supports windows.
A handler is used to identify situations that may arise during a chef-client run, and to then instruct the chef-client how to handle these situations, should they occur. — Handlers
Please ensure your pull request adheres to the following guidelines:
Thank you for your suggestions!