Pages

Monday, 2 April 2018

chef-solo

[edit on GitHub]
chef-solo is a command that executes chef-client in a way that does not require the Chef server in order to converge cookbooks. chef-solo uses chef-client’s Chef local mode, and does not support the following functionality present in chef-client / server configurations:
  • Centralized distribution of cookbooks
  • A centralized API that interacts with and integrates infrastructure components
  • Authentication or authorization
Note
chef-solo can be run as a daemon.

from https://docs.chef.io/chef_solo.html

No comments:

Post a Comment