Giter VIP home page Giter VIP logo

base-chef's Introduction

base-chef

This cookbook installs a base image with common configurations that can be further built upon with more application-specific cookbooks. It can be included as a recipe in your own cookbook or baked into an image as is and sourced for speedier converging purposes.

This cookbook contains the following public cookbooks:

This cookbook contains the following custom recipes:

  • base: default cookbook to call for including all settings
  • bash: custom bash PS1, clear history
  • login_defs: set ENCRYPT_METHOD to SHA512
  • nfs: define specific nfs port
  • ssh: unique ssh server key, ssh config hardening
  • update: update os via package management

Chef

To include all configurations provided by this cookbook in your recipe, configure your Berksfile and Metadata.rb accordingly, and include the following:

include_recipe base-chef::base

Vagrant

Included with this cookbook is a Vagrantfile configured with both virtualbox and aws providers. Utilizing chef-zero, these providers can install this cookbook onto either a VM or AMI. To utilize AWS funcationality please update the aws variables within the Vagrantfile prior to launching.

Virtualbox

$ git clone https://github.com/audio4ears/base-chef.git
$ cd base-chef
$ vagrant up --provider virtualbox

AWS

$ git clone https://github.com/audio4ears/base-chef.git
$ cd base-chef
$ vagrant up --provider aws

base-chef's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.