Run chef-client or chef-solo
my-chef-run:
chef.client:
- override-runlist: 'demo1,demo2'
- server: 'https://chef.domain.com'
default-chef-run:
chef.client: []
my-solo-run:
chef.solo:
- environment: dev
Unique identifier for the state. Does not affect the Chef run.
The chef server URL
Set the client key file location
The configuration file to use
Directory under which config files are allowed to be loaded (no client.rb or knife.rb outside this path will be loaded).
Set the Chef Environment on the node
Group to set privilege to
Load attributes from a JSON file or URL
Point chef-client at local repository if True
Set the log level (debug, info, warn, error, fatal)
Set the log file location
The node name for this client
Replace current run list with specified items for a single run
Set the PID file location, defaults to /tmp/chef-client.pid
Set maximum duration to wait for another client run to finish, default is indefinitely.
Permanently replace current run list with specified items
User to set privilege to
Set the validation key file location, used for registering new clients
Unique identifier for the state. Does not affect the Chef run.
The configuration file to use
Set the Chef Environment on the node
Group to set privilege to
Load attributes from a JSON file or URL
Set the log level (debug, info, warn, error, fatal)
Set the log file location
The node name for this client
Replace current run list with specified items for a single run
Pull down a remote gzipped tarball of recipes and untar it to the cookbook cache
Set maximum duration to wait for another client run to finish, default is indefinitely.
User to set privilege to