Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-saltproject
A collaborative curated list of awesome Salt Project resources, tutorials and other salted stuff (originally maintained by the since-archived repo https://github.com/hbokh/awesome-saltstack)
https://github.com/saltstack/awesome-saltproject
Last synced: about 7 hours ago
JSON representation
-
Tutorials
- A dive into SaltStack - SaltStack uncovered - Configuration management has been a big leap forward for System Engineers.
- About SaltStack - Extensive blogpost with lots of in-depth information. :gem:
- How To Use Salt Cloud Map Files to Deploy App Servers and an Nginx Reverse Proxy - Walkthrough on how to use Salt Cloud Map Files to deploy application servers and an Nginx reverse proxy.
- An Introduction to SaltStack Terminology and Concepts - Part 1 of 6 in the series _Managing Development Environments with SaltStack_.
- SaltStack Infrastructure: Installing the Salt Master - Part 2 of 6 in the series _Managing Development Environments with SaltStack_.
- SaltStack Infrastructure: Configuring Salt-Cloud to Spin Up DigitalOcean Resources - Part 3 of 6 in the series _Managing Development Environments with SaltStack_.
- SaltStack Infrastructure: Creating Salt States for Nginx Web Servers - Part 4 of 6 in the series _Managing Development Environments with SaltStack_.
- SaltStack Infrastructure: Creating Salt States for HAProxy Load Balancers - Part 5 of 6 in the series _Managing Development Environments with SaltStack_.
- SaltStack Infrastructure: Creating Salt States for MySQL Database Servers - Part 6 in the series _Managing Development Environments with SaltStack_.
- Getting Started with SaltStack - the Other Configuration Management System Built with Python - A Linux Journal "Getting started" from 2013.
- Create an army of Salt minions on DigitalOcean - Combine the simplicity of Salt with DigitalOcean's snapshot and image feature.
- Vagrant & SaltStack Quickstart Tutorial - Getting started with SaltStack and Vagrant.
- Salt-API, A Crash Course - Get a barebones salt-api proof of concept up and running.
- Revised Getting Started with SaltStack - Part 1 - Simple setup and play around on the command line.
- SaltStack Examples - Will teach you some of default functions in a quick way.
- Getting Started with Saltstack and salt-workspace - Learning SaltStack by setting up a salt-workspace.
- Getting started with Salt Structure - Learn how to setup a structured SaltStack workspace.
- The Simplest Way to Learn SaltStack - Start to learn the basics of SaltStack by setting it up in Docker.
- SaltStack - Quick Guide - Part of the larger "Learn SaltStack"-tutorial at Tutorials Point.
- Upgrading Salt to Python 3 - How to switch SaltStack from Python2 to Python3.
- Salt Guides and Tutorials, by Linode - A good collection of Salt guides and tutorials created and managed by Linode.
- A dive into SaltStack - SaltStack uncovered - Configuration management has been a big leap forward for System Engineers.
-
Official Resources
-
- Salt Project site - Salt Project (Salt Open Source) website.
- Salt Project User Guide - These tutorials walk you through the basics of getting Salt Project up and running.
- Salt Project Reference Documentation - Official home page of reference documentation.
- Salt Project Package Repository - Where `salt` packages are officially stored and distributed.
- VMware Aria Automation Config - Aria Automation Config website at VMware (new name for commercial SaltStack product).
- `salt` GitHub repo - Salt's source code, issues discussion and collaboration.
- Tanzu Salt - Tanzu Salt website for the Enterprise Salt solution (new name for commercial Salt Project / SaltStack product under VMware by Broadcom).
-
Salt Project Package Repositories
- Salt Project Install Guide
- Salt Project Repository: Linux (RPM) - Where Salt `rpm` packages are officially stored and distributed.
- Salt Project Repository: Linux (DEB) - Where Salt `deb` packages are officially stored and distributed.
- Salt Project Repository: GENERIC - Where Salt Windows, macOS, etc. (non-rpm, non-deb) packages are officially stored and distributed.
-
-
Related Documentation
-
Salt Project Package Repositories
- Jinja2 documentation - This official documentation covers the used templating language in Salt.
-
-
Integrations
- Jenkins Salt API Plugin - This plugin sends a SaltStack API message as a build step.
-
Books
- O'Reilly - Salt Essentials - By Craig Sebenik, Thomas Hatch.
- O'Reilly - Network Automation at Scale - By Mircea Ulinic and Seth House (an ebook sponsored by Cloudflare).
- Leanpub - SaltStack For DevOps - By Aymen El Amri.
- Leanpub - Getting Started with SaltStack - By Ben Hosmer.
- Packt - Learning SaltStack, 2nd ed. - By Colton Myers.
- Packt - Mastering SaltStack, 2nd ed. - By Joseph Hall.
- Packt - Extending SaltStack - By Joseph Hall.
- Packt - Salt Cookbook - By Anirban Saha.
- Packt - Mastering SaltStack, 2nd ed. - By Joseph Hall.
-
Videos
- SaltStack - SaltStack's official YouTube channel.
- Salt Project on Twitch - Salt Project's official Twitch channel.
- Managing Your Infrastructure with SaltStack - PyCon 2015 - April 11, 2015 - Colton Myers.
- Testing Salt States with Docker - SaltStack PDX - June 23, 2015 - Jason Denning.
- Beyond Configuration Management with SaltStack for Event-Driven Infrastructure - Southern California Linux Expo - January 23, 2016 - David Boucha.
- Automation and Orchestration with SaltStack and Twilio - Devops Chicago - March 2, 2016 - Nathan Brooks.
- SaltStack for FreeBSD - A 7-part video crash course on SaltStack for FreeBSD.
- SaltConf15 - YouTube - There were more than 60 talks delivered at SaltConf15 and we recorded all of them.
- SaltConf16 - YouTube - Video recordings of SaltConf16 presentations.
- SaltConf17 - YouTube - Video recordings of SaltConf17 presentations delivered by SaltStack customers and partners.
- SaltConf18 - YouTube - Video recordings of SaltConf18 presentations.
- SaltConf19 - YouTube - Video recordings of SaltConf19 presentations.
- SaltConf20 - YouTube - Video recordings of SaltConf20 presentations.
- SaltConf21 - YouTube - Video recordings of SaltConf21 presentations.
- Managing Your Infrastructure with SaltStack - PyCon 2015 - April 11, 2015 - Colton Myers.
- SaltStack for FreeBSD - A 7-part video crash course on SaltStack for FreeBSD.
-
Tools
- salt-pepper - A CLI Frontend to the salt-api systems.
- Alcali - A web based tool for monitoring and administrating Saltstack Salt.
-
Presentations
- Getting Started with SaltStack - By Peter Baumgartner.
- An introduction to infrastructure management with SaltStack - By Aurelien Geron.
- Saltpad: A SaltStack Web GUI - By Boris Feld.
- Intro to SaltStack - By Justin Carmony.
- salt-deconstructed - Video and presentation (slides & PDF) by Carson Anderson.
-
Blogposts and opinions
- Docker with SaltStack - How-to use SaltStack on a virtual cloud server based on Debian or Ubuntu.
- One week of Salt: frustrations and reflections - First hand experiences from a Chef user.
- Getting started with SaltStack by example: Automatically Installing nginx - A good getting started guide for both Salt master and minions.
- SaltStack: Manage entries in unmanaged files with File Blockreplace - How to use the SaltStack's core `file.blockreplace`.
- SaltStack: Keeping Salt Pillar data encrypted using GPG - On secure encryption/decryption of pillar data.
- Using Salt like Ansible - How to use Salt in a way similar to Ansible.
- Using Salt with reclass - Use class inheritance to define nodes roles and avoid duplication.
- Text editor plugins for Salt states and YAML/Jinja - Covers plugins for different editors when writing Salt states.
- Writing a custom Salt Grain - Writing a custom Salt Grain, and why you might want to.
- Building Self-Healing Applications - Automate the detection and first action to correct errors in your infrastructure.
- Testing your salt states with kitchen-salt - Make it easy to test salt states or formulas independently of a production environment.
- Salt Sudo - Using Salt custom modules to manage sudo access for users.
- Complex User management with Saltstack (using Py! renderer) - Using a centralized User YAML file that contains all users' data.
- Vagrant Provisioning with SaltStack - Provisioning Virtual System using Masterless Salt Stack.
- Salt DevKit with External Formulas - Local Development with Vagrant using external Salt formulas.
- Prometheus - Auto-deploying Consul and Exporters using Saltstack - How to deploy SaltStack, Consul and the Prometheus Node Exporter on Linux. :gem:
- Network Automation at Scale - Up and running in 60 minutes.
- SaltStack Overview - An excellent overview and introduction of Salt.
- Parsing Command Output in Saltstack with JC - How to easily parse remote command output in SaltStack, using `jc`.
- Using Salt like Ansible - How to use Salt in a way similar to Ansible.
- Docker with SaltStack - How-to use SaltStack on a virtual cloud server based on Debian or Ubuntu.
-
Discussions
- Reddit: Vagrat, SaltStack, Ansible, Docker, Chef, Puppet, Packer.. Something - Discussion on Reddit, started Sept. 2014 in `/r/sysadmin`.
-
Community
- Salt IRC chat - IRC about Salt on Libera Chat.
- SaltStack Community Slack - Official SaltStack Slack Community ([Signup Link](https://via.vmw.com/salt-slack)).
- SaltStack on Reddit - SaltStack subreddit.
- #saltstack on Network to Code Slack - #saltstack channel on Network To Code Slack ([Signup Link](https://networktocode.herokuapp.com/)).
- #saltstack on VMware {code} Community Slack - #saltstack channel on VMware {code} Community Slack ([Signup Link](https://developer.vmware.com/web/code/join)).
- Twitter feed - Official Salt Project Twitter account.
- Mailing list - Salt-users mailinglist on Google Groups.
- SaltStack Meetups - Worldwide Meetup groups.
- Salt Project User Group Meetups (SPUGM) - US-focused meetups.
- Facebook - Official Salt Project Facebook account.
- Facebook - Official Salt Project Facebook account.
- Salt Project Community Discord Server - Official Salt Project Community Discord Server (Replaces Official SaltStack Slack Community)
-
Formulas
- SaltStack Formulas - A central collection of formula repositories for SaltStack.
- Salt Formulas - A community developed SaltStack formulas ecosystem.
- Writing SaltStack formulas - An overview on writing SaltStack formulas.
- Salt Formulas - depth blogpost about Salt Formulas. :gem:
-
Cheat sheets
- Salt Commands cheat sheet - List of common Salt commands.
- SaltStack Wiki - Cheat sheet in the SaltStack GitHub Wiki.
-
Attic
- How To Install Salt on Ubuntu 12.04 - Part 1 of 2 in the series _An Introduction to Salt_.
- How To Create Your First Salt Formula - Part 2 in the series _An Introduction to Salt_.
- Automated Provisioning of DigitalOcean Cloud Servers with Salt Cloud on Ubuntu 12.04 - Walkthrough on automated provisioning of DigitalOcean Cloud Servers with Salt Cloud on Ubuntu 12.04.
- How To Install and Configure Salt Master and Minion Servers on Ubuntu 14.04 - SaltStack installation walkthrough for Ubuntu 14.04.
- Docker Swarm 1.12 Cluster Orchestration with SaltStack - Let's see how we can automate the spin-up of a cluster using SaltStack.
-
Uncategorized
-
Salt Project Package Repositories
- Salt (software) - Wikipedia (English).
-
Programming Languages
Categories
Sub Categories
Keywords
zeromq
1
remote-execution
1
python
1
iot
1
infrastructure-management
1
infrastructure-automation
1
infrastructure-as-code
1
infrastructure-as-a-code
1
infrasructure
1
event-stream
1
event-management
1
edge
1
configuration-management
1
cloud-provisioning
1
cloud-providers
1
cloud-management
1
cloud
1