Skip to content

A set of recipes to provision your Fedora workstation using Chef

Notifications You must be signed in to change notification settings

bsnux/chef-workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-workstation

A set of recipes to provision your Fedora workstation using Chef.

The recipes used in this project installing and configuring useful software for machines used for software development. Despite chef allows you to work with different operating system, chef-workstation is focused on Fedora Linux distro.

chef-solo is used for simplicity because we only want to provide one machine. However, you can adapt the recipes to provision n machines using regular Chef.

OPSCODE offers a complete set of independient operating system recipes. However, the objective of chef-workstation is to get focus on Fedora operating system, saving lines of code and simplifying the provisioning process.

Requirements

Installation

  1. Clone current repo.

  2. If Chef is not installed on your machine, you can execute:

    $ sudo ./init.sh

  3. Ready!

Usage

$ cd chef-workstation

$ chef-solo -c solo.rb -j solo.json

See also

Complete and official cookbook repository for chef

About

A set of recipes to provision your Fedora workstation using Chef

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages