Giter Site home page Giter Site logo

lucabongiorni / sift-saltstack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teamdfir/sift-saltstack

0.0 2.0 0.0 11.39 MB

Salt States for Configuring the SIFT Workstation

Shell 0.73% SaltStack 1.83% Python 49.44% Perl 48.01% Scheme 0.01%

sift-saltstack's Introduction

Build Status

Managing SIFT with Saltstack

Issues

Please open issues over at the SIFT Repository with prefix '[SALTSTACK]'

Supported Distributions

  • Ubuntu 16.04 (Xenial)

Installation

Preferred

Use the sift-cli tool.

Alternate (Manual)

It is hightly recommended that you use the sift-cli tool to install, update and upgrade SIFT.

  1. Ubuntu 16.04 Machine
  2. Install Saltstack (see below)
  3. Import the PGP Key - gpg --keyserver pgp.mit.edu --recv-keys 22598A94
  4. Download the latest signed releases files
  5. Verify the latest signed release files with GPG
  6. Extract the .tar.gz file to /tmp/salt (make sure this README.md is in the root of /tmp/salt)
  7. sudo salt-call -l info --local --file-root=/tmp/salt state.apply sift.vm

Customizing the Install

You have full control over what you want to install from the SIFT distro. To really get a good understanding of what you can and cannot do I would encourage you to learn more about Saltstack.

Installing only SIFT Packages

This is intended to replace Step 4 from above. This will install just the deb packages and python packages that makes up the SIFT distro, it will not create any users, change backgrounds, or any other customization of the linux install you are on.

sudo salt-call -l info --local --file-root=/tmp/salt state.apply sift.pkgs

Installing Saltstack

Reference: http://repo.saltstack.com/#ubuntu

  1. wget -O - https://repo.saltstack.com/apt/ubuntu/16.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
  2. echo "deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/latest xenial main" | sudo tee /etc/apt/sources.list.d/saltstack.list
  3. sudo apt-get update
  4. sudo apt-get install salt-minion
  5. sudo service salt-minion stop (Note: the SIFT install process will disable the minion altogether as we do not need it running as a service)

sift-saltstack's People

Contributors

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