Giter Club home page Giter Club logo

rollout's Introduction

Rollout

Simple Bash helper functions to automate Linux distribution customization

Why

I needed a simple tool to help me automate certain installation steps after setting up a new linux machine.

There are a number of very elaborate and great tools out there that already do that any much more. For my use case that was just too complicated. Also, I didn't want to have any dependencies I'd need to install first in order to use these tools.

What is it

I created a few Bash helper functions that I can access from a playbook bash script to create basically a nicer to read Bash script to help me install packages, settings, etc. on a local machine.

It is not meant to be used on remote machines or to automate the creation of 20 identical servers- Ansible is one of the great tools that does a much better job on that.

How

As of now, download the rollup archive and extract it. Select one of the playbook files (like pop_os_2004.sh), andapt it to your needs and run it.

The playbook files are meant to be idempotent, you should be able to run them multiple times without any additional side effects (like adding a repository multiple times).

wget https://github.com/tuhlmann/rollout/archive/main.zip -O rollout-main.zip
unzip rollout-main.zip
cd rollout-main
bash pop_os_2004.sh

rollout's People

Contributors

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