This cookbook configures a system to be a standalone Chef Compliance Server. It will install the appropriate platform-specific compliance Omnibus package from Package Cloud and perform the initial configuration.
Chef Supermarket: https://supermarket.chef.io/cookbooks/chef-compliance
This cookbook is now deprecated since Chef no longer supports stand-alone installations of Chef Compliance. The product has now been integrated into Chef Automate
This cookbook is tested with Chef (client) 12. It may work with or without modification on earlier versions of Chef, but Chef 12 is recommended.
This cookbook will install Chef Compliance, but requires you to setup the server by going to https:/// and accepting the EULA.
- chef-ingredient cookbook
This cookbook is tested on the following platforms using the
Test Kitchen .kitchen.yml
in the repository.
- Ubuntu 12.04 64-bit
Key | Type | Description | Default |
---|---|---|---|
['chef-compliance']['version'] | String | What version of compliance to install | nil |
['chef-compliance']['package_source'] | String | Anything other than package cloud | nil |
['chef-compliance ']['api_fqdn'] | String | FQDN of host | node['fqdn'] |
['chef-compliance']['configuration'] | Hash | Arbitrary config to add to chef-compliance.rb | {} |
['chef-compliance']['accept_license'] | Boolean | Indication that you accept the Chef MLSA | false |
Add chef-compliance to your run list and accept the license agreement by setting node['chef-compliance']['accept_license'] = true
- Author: Brian Menges mengesb@users.noreply.github.com
- Maintainer: Sous Chefs
- Copyright 2016, Apache v2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.