update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,16 +1,15 @@
 Awesome SaltStack !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome SaltStack !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
▐ A collaborative curated list of awesome SaltStack resources, tutorials and other salted stuff.
 (https://www.saltstack.com/)
 (https://saltproject.io/)
SaltStack is the other configuration management system built with Python.\
Salt (often referred to as SaltStack) is the other configuration management system built with Python.\
It takes a new approach to infrastructure management by developing software that is easy enough to get running in seconds, scalable enough to manage tens of thousands of servers, and fast enough to control and communicate with them in 
milliseconds.\
SaltStack software manages system infrastructure and the application stacks that run on it and is used by web-scale application developers, DevOps teams and systems administrators.
A :gem: means really _awesome / useful_.
SaltStack software manages system infrastructure and the application stacks that run on it and is used by web-scale application developers, DevOps teams and systems administrators.\
VMware acquired SaltStack in October 2020.
Contents
@@ -33,7 +32,6 @@
Official resources
- SaltStack site (https://www.saltstack.com/) - Company website.
- Salt Project site (https://saltproject.io/) - Salt Project (Salt Open Source) website.
- vRealize Automation SaltStack Config (https://www.vmware.com/products/vrealize-automation/saltstack-config.html) - vRealize Automation SaltStack Config website at VMware (new name for commercial SaltStack product).
- GitHub repo (https://github.com/saltstack/salt) - Salt's source code, issues discussion and collaboration.
@@ -41,7 +39,7 @@
- SaltStack Documentation (https://docs.saltproject.io/en/latest/) - Official documentation.
- Salt in 10 minutes (https://docs.saltproject.io/en/latest/topics/tutorials/walkthrough.html) - Official walkthrough.
- SaltStack Get Started (https://docs.saltproject.io/en/getstarted/) - These tutorials walk you through the basics of getting SaltStack up and running. :gem:
- SaltStack Get Started (https://docs.saltproject.io/en/getstarted/) - These tutorials walk you through the basics of getting SaltStack up and running.
- Training and certification (https://www.saltstack.com/products/saltstack-training/) - Official training.
- Jinja2 documentation (http://jinja.pocoo.org/docs/latest/) - This official documentation covers the used templating language in Salt.
- Salt Module Contributions (https://github.com/saltstack/salt-contrib) - Salt modules developed by the community.
@@ -49,24 +47,22 @@
Tutorials
- About SaltStack (http://www.yet.org/2016/09/salt/) - Extensive blogpost with lots of in-depth information. :gem:
- About SaltStack (http://www.yet.org/2016/09/salt/) - Extensive blogpost with lots of in-depth information.
- A dive into SaltStack (https://opencredo.com/a-dive-into-salt-stack/) - SaltStack uncovered - Configuration management has been a big leap forward for System Engineers.
- How To Use Salt Cloud Map Files to Deploy App Servers and an Nginx Reverse Proxy (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/saltstack-infrastructure-creating-salt-states-for-haproxy-load-balancers) - Part 5 of 6 in the series 
- How To Use Salt Cloud Map Files to Deploy App Servers and an Nginx Reverse Proxy (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 MySQL Database Servers (https://www.digitalocean.com/community/tutorials/saltstack-infrastructure-creating-salt-states-for-mysql-database-servers) - Part 6 in the series _Managing 
- SaltStack Infrastructure: Creating Salt States for Nginx Web Servers (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/saltstack-infrastructure-creating-salt-states-for-haproxy-load-balancers) - Part 5 of 6 in the series _Managing 
Development Environments with SaltStack_.
- Getting Started with SaltStack - the Other Configuration Management System Built with Python (https://www.linuxjournal.com/content/getting-started-salt-stack-other-configuration-management-system-built-python) - A Linux Journal 
"Getting started" from 2013.
- SaltStack Infrastructure: Creating Salt States for MySQL Database Servers (https://www.digitalocean.com/community/tutorials/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 (https://www.linuxjournal.com/content/getting-started-salt-stack-other-configuration-management-system-built-python) - A Linux Journal "Getting 
started" from 2013.
- Create an army of Salt minions on DigitalOcean (http://www.aaronbell.com/lets-make-salt-minions-on-digitalocean/) - Combine the simplicity of Salt with DigitalOcean's snapshot and image feature.
- Vagrant & SaltStack Quickstart Tutorial (https://hittaruki.info/post/vagrant-saltstack-tutorial/) - Getting started with SaltStack and Vagrant.
- Salt-API, A Crash Course (https://thereluctanttecchie.blogspot.com/2014/01/salt-api-crash-course.html) - Get a barebones salt-api proof of concept up and running.
@@ -141,8 +137,7 @@
- Docker with SaltStack (https://opsnotice.xyz/docker-with-saltstack/) - How-to use SaltStack on a virtual cloud server based on Debian or Ubuntu.
- One week of Salt: frustrations and reflections (https://stevebennett.me/2014/02/17/one-week-of-salt-frustrations-and-reflections/) - First hand experiences from a Chef user.
- Getting started with SaltStack by example: Automatically Installing nginx (http://bencane.com/2013/09/03/getting-started-with-saltstack-by-example-automatically-installing-nginx/) - A good getting started guide for both Salt master 
and minions.
- Getting started with SaltStack by example: Automatically Installing nginx (http://bencane.com/2013/09/03/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 (https://makina-corpus.com/blog/metier/2014/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 (http://fabianlee.org/2016/10/18/saltstack-keeping-salt-pillar-data-encrypted-using-gpg/) - On secure encryption/decryption of pillar data.
- Secure Pillar in SaltStack with GPG (https://gijs.io/2017/02/28/secure-pillar-data-in-saltstack-with-gpg/) - Encrypting your pillar data can be done with GPG.
@@ -158,7 +153,7 @@
- Vagrant Provisioning with SaltStack (https://medium.com/@Joachim8675309/vagrant-provisioning-with-saltstack-50dab12ce6c7) - Provisioning Virtual System using Masterless Salt Stack.
- Salt DevKit with External Formulas (https://medium.com/@Joachim8675309/salt-devkit-with-external-formulas-9e38d8b90cd7) - Local Development with Vagrant using external Salt formulas.
- Prometheus - Auto-deploying Consul and Exporters using Saltstack (https://yetiops.net/posts/prometheus-consul-saltstack-part-1-linux/) - How to deploy SaltStack, Consul and the Prometheus Node Exporter on Linux. :gem:
- Prometheus - Auto-deploying Consul and Exporters using Saltstack (https://yetiops.net/posts/prometheus-consul-saltstack-part-1-linux/) - How to deploy SaltStack, Consul and the Prometheus Node Exporter on Linux.
- Network Automation at Scale (https://mirceaulinic.net/2017-02-14-network-automation-tutorial/) - Up and running in 60 minutes.
- SaltStack Overview (https://saidvandeklundert.net/2020-03-20-saltstack-overview/) - An excellent overview and introduction of Salt.
- Parsing Command Output in Saltstack with JC (https://blog.kellybrazil.com/2020/09/15/parsing-command-output-in-saltstack-with-jc/) - How to easily parse remote command output in SaltStack, using jc.
@@ -187,7 +182,7 @@
- Salt Formulas (https://github.com/salt-formulas) - A community developed SaltStack formulas ecosystem.
- Writing SaltStack formulas (http://ryepup.unwashedmeme.com/blog/2015/03/16/writing-saltstack-formulas/) - An overview on writing SaltStack formulas.
- Salt Formulas (http://www.yet.org/2016/09/salt-formulas/) In-depth blogpost about Salt Formulas. :gem:
- Salt Formulas (http://www.yet.org/2016/09/salt-formulas/) In-depth blogpost about Salt Formulas.
Cheat sheets
@@ -203,8 +198,10 @@
- How To Install Salt on Ubuntu 12.04 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-salt-master-and-minion-servers-on-ubuntu-14-04) - SaltStack installation 
walkthrough for Ubuntu 14.04.
- Automated Provisioning of DigitalOcean Cloud Servers with Salt Cloud on Ubuntu 12.04 (https://www.digitalocean.com/community/tutorials/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 (https://www.digitalocean.com/community/tutorials/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 (https://btmiller.com/2016/11/27/docker-swarm-1.12-cluster-orchestration-with-saltstack.html) - Let's see how we can automate the spin-up of a cluster using SaltStack.
saltstack Github: https://github.com/hbokh/awesome-saltstack