Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

sanity (23) Versions 2.0.1

Standardize configuration of various machines (VM, cloud, bare metal, etc.) with a common set of packages and settings

Policyfile
Berkshelf
Knife
cookbook 'sanity', '= 2.0.1', :supermarket
cookbook 'sanity', '= 2.0.1'
knife supermarket install sanity
knife supermarket download sanity
README
Dependencies
Changelog
Quality 33%

Sanity Cookbook

Cookbook
Build Status

This cookbook is an opinionated but configurable set of packages and settings to make machines saner.

Here are some highlights of what it does:

  • sets timezone to UTC and enables NTP
  • sets up a basic firewall with iptables to block incoming connections (IPv4 and IPv6)
  • hardens sshd config with public key authentication and strong ciphers
  • sets up a local MTA using Postfix to send emails to sysadmin
  • sets up Monit to alert sysadmin when CPU, memory, disk, etc. is overused
  • sets up unattended_upgrades (Debian only)
  • sets up a reliable DNS resolver
  • installs a few useful packages like tmux, htop, curl, etc.

Recipes

sanity::default is a curated list of recipes that should fit most setups.

You can include extra recipes as you see fit.

License

MIT

Dependent cookbooks

apt ~> 7.1
iptables-ng ~> 4.0
monit-ng ~> 2.4
openssh ~> 2.7
postfix ~> 5.3
resolver ~> 2.1
vim ~> 2.0
yum-epel ~> 3.2

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Unreleased (changes)

  • TBD

v2.0.1, 2019-08-23 (changes)

  • [BUGFIX] Don't email about successful package upgrades
  • [BUGFIX] Update Gems
  • [BUGFIX] Use built-in apt_update resource

v2.0.0, 2019-06-19 (changes)

  • First stable release. Enjoy!

v1.0.0 to v1.3.0, 2018-02-17 to 2019-06-19 (changes)

  • Experimental pre-releases. You should avoid to use these versions.

Collaborator Number Metric
            

2.0.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

2.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

2.0.1 passed this metric

No Binaries Metric
            

2.0.1 passed this metric

Testing File Metric
            

2.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

2.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number