- Configuration Management
- What is CHEF
- Must describe the 3 essential parts, the workstation, chef server, and chef nodes
- Installing the CHEF Development Kit on a Windows workstation
- can download an installer and run this
- or use powershell command line - . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chefdk -channel stable -version 0.16.28
- Installing the CHEF Development Kit on a Centos Linux workstation
- curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chefdk -c stable -v 0.16.28
- Make sure git is functioning - ChefDK uses git to track changes
- Recipes
- Example of configuring a resource, the MOTD
- Example of installing Apache
- Cookbooks
- Working with multiple recipes
- Ohai - the Node object
- The Chef Server
- Working with a hosted Chef Server - http://managed.chef.io
- Provisioning nodes with AWS
- Bootstrapping a node
General
Content
Integrations