Coder Social home page Coder Social logo

salt-states-configs's Introduction

saltstack config files

Former: Configure a ubuntu 12.10 development environment with salt v0.14.0.

Ongoing: Transitioning to debian 8.0 (jessie / testing) with release 2014.1.1.

See the CHANGES.rst file.

Features

  • Support for dot-configurations
  • Support for provisining minions
  • Support for testing states via vagrant

Structure

Originally based off https://github.com/python/pypi-salt.

salt/roots/ is for anything that would be in file_roots or pillar_roots.

  • ./salt/roots/pillar - pillar data
  • ./salt/roots/dot-configs - dot-config sls states
  • ./salt/roots/salt - package sls states

Setup

Clone the data recursively (include submodules):

git clone https://github.com/tony/salt-states-configs.git /srv/salt/salt-states-tony

Add the necessary file_roots and pillar_roots to your project.

/etc/salt/master:

pillar_roots:
    base:
        - /srv/salt/salt-states-tony/salt/roots/pillar

file_roots:
    base:
        - /srv/salt/salt-states-tony/salt/roots/salt

Note: to see an updated, full list of formulas / roots see the minions/master example file.

Restart the salt master.

$ [sudo] /etc/init.d/salt-master restart

How to bootstrap a minion with config

See http://docs.saltstack.com/en/latest/topics/cloud/config.html#saltify.

Borrows from

salt-states-configs's People

Contributors

tony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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