This repo contains a lot of saltstack formulas and states as submodules which i've found here on github.
I use it to quickly find examples/formulas for my work.
$ git clone https://github.com/pcdummy/saltstack-resources.git
$ cd saltstack-resources/
$ git submodule update --init --recursive # This will take some time!
$ ./update-all.sh # This will take some time!
- Install lxc on Ubuntu with btrfs :)
- Prepare a ubuntu lxc base image for salt.
- Saltstack Intro - If you don't know what saltstack is :)
- Saltstack Presentations - To get a quick overview about Salt.
- Official Walktrough - This is the place to get started with salt.
- Getting Started with SALTSTACK - Salt Book by Ben Hosmer (First release September 2014).
- Builtin States - Full list of builtin state modules.
- Git Fileserver - Very usefull when you want to reuse code from others, as ubuntu user also have a look at this ppa pygit2
- Basics about Formulas - See how easy you can get your OS managed with formulas from others.
- Salt Modules - See how Salt integrates into your environment.
- An intro to Salt - Be The Master Of Your Minions (An Introduction To SaltStack)
- Very informative post about state development - Taking SaltStack to The Next Level With Pillars and Python States
- Salts Jinja Doc - Basic intro.
- Jinja Docs - You'll need them when you develop your own sls.
- YAML Validator - Same as above.
- Kitchen Salt - A Test Kitchen Provisioner for Salt (See this Intro).
- Commandline - Using salt as "mass executor", get infos and so on.
- State development - Some basic's about states.
- Lots of useful infos condensed on single page - General purpose
- The Foreman - You want a GUI for your mates? Look at The Foreman - The official guide for that
- Obdi - Exclusively made for Saltstack. See this intro
- Saltpad - SaltPad is a GUI and CLI tool to manage SaltStack deployments + orchestration. It's still very young and it's should be considered as Alpha.
- Halite - Halite is a Salt GUI. Status is pre-alpha.
- SaltGUI - A web interface for managing SaltStack based infrastructure - new in 2018.
- Salt contrib - 3rd party stuff
- Offical List
- English Chat #salt on freenode
- English Mailinglist
- Salt Announce Mailinglist
- German Chat #salt-de on freenode
- German Mailinglist
- Official Saltstack blog
- The creator of Obdi
- Pythian
- Ryan D Lane
- Hungry Admin
- Love Nyberg
- C. R. Oldham
Clone this repo and make a pull request, I'll accept anything related to SaltStack, just make sure you accept the CC0 license below.
Edit/preview your changes here.
I'm using Atom.io with markdown-preview as markdown editor.