Coder Social home page Coder Social logo

juniorsysadmin / puppet-community_kickstarts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from voxpupuli/puppet-community_kickstarts

0.0 2.0 0.0 80 KB

Community provided kickstart files

License: Apache License 2.0

Ruby 63.78% Puppet 35.54% HTML 0.67%

puppet-community_kickstarts's Introduction

Kickstart module for Puppet

Build Status Code Coverage Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with community_kickstarts
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

A collection of kickstart templates from the VoxPupuli community. Each type can be used as is to build a puppet-ready VM, or customized with minimal knowledge of kickstart syntax.

Usage

Choose one of the available base types. Add the definition without any options for a puppet-ready kickstart file with sane defaults located at the specified location.

community_kickstarts::centos7{'/var/www/html/centos7.ks':}

You may also override the default parameters. The options may vary between types , please review each option for the parameter list. You may wish to change the default password:

community_kickstarts::centos7{'/var/www/html/centos7.ks:
  rootpw => '--plaintext p4ssW0rd',
}

All types have the required_packages parameter, allowing you to customize what is and is not installed on the new VM. You can override the default list by providing an array to the parameter. Add an @ before package group names and a - before packages or groups you wish to be removed. Remember that all packages being added must exist or the kickstart effort will fail.

community_kickstarts::centos7{'/var/www/html/centos7.ks:
  required_packages => [
    '@core',
    '@file-print-server-environment',
    'git',
    '-man',
    '-gcc',
  ],
}

Available types

CentOS 7

Minimal install of CentOS 7 from the CentOS Mirrors

How It Works

The kickstart generation is done with danzilio/kickstart. Please review it's documentation for more details.

puppet-community_kickstarts's People

Contributors

alexjfisher avatar bastelfreak avatar bbriggs avatar daenney avatar danzilio avatar dhoppe avatar igalic avatar jyaworski avatar nibalizer avatar rnelson0 avatar

Watchers

 avatar  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.