All Projects → madflojo → masterless-salt-base

madflojo / masterless-salt-base

Licence: MIT License
Quickly bootstrap a generic(ish) Ubuntu server ready to host Docker containers

Programming Languages

SaltStack
118 projects

Projects that are alternatives of or similar to masterless-salt-base

salt-shared
salt-shared - Salt states for Ubuntu/Debian Manjaro/Arch
Stars: ✭ 17 (-34.62%)
Mutual labels:  saltstack, salt-states
salt-lint
A command-line utility that checks for best practices in SaltStack.
Stars: ✭ 111 (+326.92%)
Mutual labels:  saltstack
ops channel
命令通道是联接人与机器,人与业务的一座桥.它跟常用的开源运维工具(`ansible`,`saltstack`,`puppet`)有相似之处,但也有着本质的差异。
Stars: ✭ 34 (+30.77%)
Mutual labels:  saltstack
yomi
Yet one more installer
Stars: ✭ 35 (+34.62%)
Mutual labels:  saltstack
hphr
Halophile Router (a VyOS-based, SaltStack-automated, NetBox-configured router for small provider networks)
Stars: ✭ 39 (+50%)
Mutual labels:  saltstack
salt-kubeadm
SaltStack使用kubeadm方式自动化部署Kubernetes(版本v1.19.6)现已支持高可用!
Stars: ✭ 59 (+126.92%)
Mutual labels:  saltstack
saltstack-lxc-vagrant
Vagrantfile for setting up a SaltStack test/dev environment.
Stars: ✭ 13 (-50%)
Mutual labels:  saltstack
saltstack-kubernetes
Deploy the lowest-cost production ready Kubernetes cluster using terraform and saltstack.
Stars: ✭ 47 (+80.77%)
Mutual labels:  saltstack
sift-saltstack
Salt States for Configuring the SIFT Workstation
Stars: ✭ 82 (+215.38%)
Mutual labels:  saltstack
vscode-saltstack
SaltStack extension for Microsoft Visual Studio Code
Stars: ✭ 26 (+0%)
Mutual labels:  saltstack
snmp-formula
docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Stars: ✭ 16 (-38.46%)
Mutual labels:  saltstack
alcali-formula
Saltstack formula to install Alcali: a web based tool(GUI) for monitoring and administrating Saltstack Salt.
Stars: ✭ 15 (-42.31%)
Mutual labels:  saltstack
kubernetes-dev-stack
Automation of Kubernetes 1.6.0.alpha3 on Centos 7.3 (kernel 4.9.5, docker 1.13.1, flannel 0.7.0)
Stars: ✭ 15 (-42.31%)
Mutual labels:  saltstack
systemd-formula
No description or website provided.
Stars: ✭ 24 (-7.69%)
Mutual labels:  saltstack
devops
开发运维管理系统
Stars: ✭ 49 (+88.46%)
Mutual labels:  saltstack
sqhunter
A simple threat hunting tool based on osquery, Salt Open and Cymon API
Stars: ✭ 64 (+146.15%)
Mutual labels:  saltstack
velum
Dashboard for CaaS Platform clusters (v1, v2 and v3)
Stars: ✭ 55 (+111.54%)
Mutual labels:  saltstack
saltstack-cheatsheet
🧂 SaltStack Cheat Sheet Plus
Stars: ✭ 31 (+19.23%)
Mutual labels:  saltstack
OMS
自动化运维系统,QQ群342844540,博客http://ywzhou.blog.51cto.com
Stars: ✭ 28 (+7.69%)
Mutual labels:  saltstack
graphite-formula
docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Stars: ✭ 16 (-38.46%)
Mutual labels:  saltstack

Masterless Salt Base

With this repository users can quickly bootstrap a generic(ish) Ubuntu server. The end result is a host with basic troubleshooting and security tools pre-installed. One that is ready to host Docker containers.

How it works

This repository uses Effing Shell Scripts 2  to bootstrap new hosts. That bootstrapping process includes installing Salt in a "masterless" configuration. Salt is then used to install and maintain all other packages/configs.

Getting Started

To get started first you must clone this repository and change to the new directory.

$ git clone https://github.com/madflojo/masterless-salt-base.git
$ cd masterless-salt-base

After changing to the created masterless-salt-base directory simply run the efs2 command.

$ efs2 -v -u root host.example.com host2.example.com host3.example.com

efs2 will login to the specified hosts and execute the contents within the Efs2file. Once complete, you have yourself a ready Docker host.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].