tonylixu / chef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHEF

Everything chef here.

Introduction

Chef works on a three-tier client server model wherein the working units such as cookbooks are developed on the Chef workstation. From the command line utilities such as knife, they are uploaded to the Chef server and all the nodes which are present in the architecture are registered with the Chef server. Chef Architecture

Upload files to Chef server

knife environment from file ~/chef-repo/environments/development.rb

About

License:Apache License 2.0


Languages

Language:Ruby 100.0%