Chef Retrieve Run List
Version 1
Retrieves a run list in Chef for a specific node.
Parameters
Name |
Description |
Node Name |
The name of the node to return the run list from. |
Sample Configuration
Name |
Description |
Node Name |
test-node |
Results
Name |
Description |
Run List |
A comma separated list of the recipes on the specified node |
Changelog
Chef Retrieve Run List (2017-06-12)
- Initial version. See README for details.
Related Handlers
- Chef Add Recipe to Run List
- Adds a recipe to a run list for a specific Node in Chef.
- Chef Cookbook Delete
- Deletes a cookbook from a Chef server.
- Chef Retrieve Cookbook
- Retireve a Cookbook from Chef-io for an organization.
- Chef Node Attribute Add
- Adds an attribute to an existing node on Chef.
- Chef Node Attribute Delete
- Deletes an attribute from an existing Chef Server node
- Chef Node Bootstrap
- Uses a previously installed knife instance on the Kinetic Task server to bootstrap a Chef node.
- Chef Node Delete
- Deletes a node from a Chef server.
- Chef Remove Recipe from Run List
- Removes a recipe from from a run list in a node.
- Chef Retrieve Cookbooks
- Retrieves a list of Cookbooks from Chef-io from an organization.
- Chef Retrieve Node
- Retrieves a information about a node in Chef-io within an organization.
- Chef Retrieve Nodes
- Retrieves a list of nodes from Chef-io from an organization.