All Projects → chef → Chef Workstation

chef / Chef Workstation

Licence: apache-2.0
Chef Workstation gives you everything you need to get started with Chef, so you can automate how you audit, configure, and manage applications end environments.

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Chef Workstation

Workstations
Vagrant virtual workstations and development environments with Visual Studio, Docker, IIS and SQL Server on Windows for .NET development
Stars: ✭ 45 (-51.09%)
Mutual labels:  chef
Etcd
Development repository for the etcd cookbook
Stars: ✭ 71 (-22.83%)
Mutual labels:  chef
Zookeeper Cookbook
Chef cookbook for installing and managing Zookeeper.
Stars: ✭ 80 (-13.04%)
Mutual labels:  chef
Fail2ban
Development repository for the fail2ban cookbook
Stars: ✭ 61 (-33.7%)
Mutual labels:  chef
Grafana
Development repository for the grafana cookbook
Stars: ✭ 69 (-25%)
Mutual labels:  chef
Erlang
Development repository for the erlang cookbook
Stars: ✭ 78 (-15.22%)
Mutual labels:  chef
Chef Plugin
This is jenkins plugin to run chef-client on remote host
Stars: ✭ 38 (-58.7%)
Mutual labels:  chef
Sublimechef
A Sublime Text 2 Package for authoring Chef related files
Stars: ✭ 85 (-7.61%)
Mutual labels:  chef
Chef Splunk
Development repository for the chef-splunk cookbook
Stars: ✭ 70 (-23.91%)
Mutual labels:  chef
Chef Windows Hardening
This chef cookbook provides windows hardening configurations for the DevSec Windows baseline profile.
Stars: ✭ 80 (-13.04%)
Mutual labels:  chef
Chef Vault
chef-vault cookbook
Stars: ✭ 63 (-31.52%)
Mutual labels:  chef
Knife Role Spaghetti
Knife plugin for Chef to draw dependency graphs for roles. Cut through the spaghetti with a knife.
Stars: ✭ 68 (-26.09%)
Mutual labels:  chef
Mac os x
This cookbook has been deprecated
Stars: ✭ 78 (-15.22%)
Mutual labels:  chef
Lvm
Development repository for lvm Chef cookbook
Stars: ✭ 51 (-44.57%)
Mutual labels:  chef
Hadoop cookbook
Cookbook to install Hadoop 2.0+ using Chef
Stars: ✭ 82 (-10.87%)
Mutual labels:  chef
Itamae
Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef.
Stars: ✭ 1,014 (+1002.17%)
Mutual labels:  chef
Ssh known hosts
Development repository for Chef Cookbook ssh_known_hosts
Stars: ✭ 73 (-20.65%)
Mutual labels:  chef
Chef Datadog
Chef cookbook for Datadog Agent & Integrations
Stars: ✭ 89 (-3.26%)
Mutual labels:  chef
Docker
Development repository for the docker cookbook
Stars: ✭ 1,253 (+1261.96%)
Mutual labels:  chef
Iis
Development repository for the iis cookbook
Stars: ✭ 79 (-14.13%)
Mutual labels:  chef

Chef Workstation

Umbrella Project: Chef Workstation

Chef Workstation installs everything you need to get started using Chef products on Windows, Mac and Linux. It includes:

  • Chef Workstation App
  • Chef Infra Client
  • Chef InSpec
  • Chef Habitat
  • Chef Command Line Tool
  • Test Kitchen
  • Cookstyle
  • Various Test Kitchen and Knife plugins for clouds

Getting Started

  1. Download Chef Workstation

  2. Double-click the .dmg or .msi file to start the install process, or use the package manager for your Linux distribution.

  3. Open a terminal, and try out an ad-hoc task. Here's the general usage:

    chef-run [flags] <Target host|IP|SSH|WinRM> <Resource> <Resource Name> [properties]

  • Install the 'ntp' package on 'hostname' over ssh, using password from the environment:

    chef-run username:[email protected] package ntp

  • Create user 'timmy' on 'hostname' over winrm:

    chef-run winrm://[email protected] user timmy

  • Run the recipe 'nginx::passenger' on 'hostname' over ssh on port 2222 using a keyfile:

    chef-run ssh://hostname:2222 -i ~/.ssh/id_rsa nginx::passenger

  1. Use chef-run -h for additional information about usage and available flags.

Building Chef-Workstation Packages

We use Omnibus to describe our packaging. Please review chef-workstation/omnibus/README.MD for further details.

Copyright and License

Code released under the Apache license. Images and any trademarked content are Copyright 2018 by Chef Software, Inc..

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].