https://github.com/jochumdev/saltstack-resources
A collection of saltstack resources.
https://github.com/jochumdev/saltstack-resources
Last synced: about 1 year ago
JSON representation
A collection of saltstack resources.
- Host: GitHub
- URL: https://github.com/jochumdev/saltstack-resources
- Owner: jochumdev
- Created: 2015-01-17T19:50:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T23:09:05.000Z (almost 8 years ago)
- Last Synced: 2025-04-15T02:44:47.769Z (about 1 year ago)
- Language: Shell
- Size: 95.7 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Unofficial list of saltstack resources and Howtos
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.
### Get it
$ git clone https://github.com/pcdummy/saltstack-resources.git
$ cd saltstack-resources/
$ git submodule update --init --recursive # This will take some time!
### Update it
$ ./update-all.sh # This will take some time!
## Howtos i've written for salt.
* [Install lxc on Ubuntu](http://rene.jochums.at/2015/01/25/ubuntu-lxc-install/) with btrfs :)
* [Prepare a ubuntu lxc base image](http://rene.jochums.at/2015/01/25/ubuntu-lxc-image/) for salt.
## Usefull saltstack links:
### Quickstart
* [Saltstack Intro](http://docs.saltstack.com/en/latest/topics/) - If you don't know what saltstack is :)
* [Saltstack Presentations](https://github.com/bechtoldt/presentations) - To get a quick overview about Salt.
* [Official Walktrough](http://salt.readthedocs.org/en/latest/topics/tutorials/walkthrough.html) - This is the place to get started with salt.
* [Getting Started with SALTSTACK](https://github.com/benhosmer/getting-started-with-saltstack) - Salt Book by Ben Hosmer (First release September 2014).
* [Builtin States](http://docs.saltstack.com/en/latest/ref/states/all/) - Full list of builtin state modules.
* [Git Fileserver](http://salt.readthedocs.org/en/latest/topics/tutorials/gitfs.html#tutorial-gitfs) - Very usefull when you want to reuse code from others, as ubuntu user also have a look at this ppa [pygit2](https://launchpad.net/~dennis/+archive/ubuntu/python)
* [Basics about Formulas](http://salt.readthedocs.org/en/latest/topics/development/conventions/formulas.html) - See how easy you can get your OS managed with formulas from others.
* [Salt Modules](http://salt.readthedocs.org/en/latest/salt-modindex.html) - See how Salt integrates into your environment.
* [An intro to Salt](http://dev.mlsdigital.net/posts/IntroToSaltStack/) - Be The Master Of Your Minions (An Introduction To SaltStack)
### State Developement
* [Very informative post about state development](http://dev.mlsdigital.net/posts/SaltStackBeyondJinjaStates/) - Taking SaltStack to The Next Level With Pillars and Python States
* [Salts Jinja Doc](http://docs.saltstack.com/en/latest/ref/renderers/all/salt.renderers.jinja.html) - Basic intro.
* [Jinja Docs](http://jinja.pocoo.org/docs/dev/templates/) - You'll need them when you develop your own sls.
* [YAML Validator](http://yaml-online-parser.appspot.com/) - Same as above.
* [Kitchen Salt](https://github.com/simonmcc/kitchen-salt) - A Test Kitchen Provisioner for Salt (See this [Intro](https://github.com/simonmcc/kitchen-salt/blob/master/INTRODUCTION.md)).
### Cheatsheets
* [Commandline](http://www.xenuser.org/saltstack-cheat-sheet/) - Using salt as "mass executor", get infos and so on.
* [State development](https://github.com/saltstack/salt/wiki/Cheat-Sheet) - Some basic's about states.
* [Lots of useful infos condensed on single page](https://gist.github.com/elmariofredo/8964467) - General purpose
### GUI
* [The Foreman](http://docs.saltstack.com/en/latest/ref/pillar/all/salt.pillar.foreman.html) - You want a GUI for your mates? Look at [The Foreman](http://theforeman.org/) - [The official guide for that](https://github.com/theforeman/foreman_salt/wiki)
* [Obdi](https://github.com/mclarkson/obdi) - Exclusively made for Saltstack. See this [intro](http://blogger.smorg.co.uk/2015/01/obdi-in-pictures.html)
* [Saltpad](https://github.com/tinyclues/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](https://github.com/saltstack/halite) - Halite is a Salt GUI. Status is pre-alpha.
* [SaltGUI](https://github.com/maerteijn/SaltGUI) - A web interface for managing SaltStack based infrastructure - new in 2018.
### Advanced
* [Salt contrib](https://github.com/saltstack/salt-contrib) - 3rd party stuff
### Community
* [Offical List](http://www.saltstack.com/community/)
* [English Chat](https://webchat.freenode.net/?channels=salt) #salt on freenode
* [English Mailinglist](https://groups.google.com/forum/#!forum/salt-users)
* [Salt Announce Mailinglist](https://groups.google.com/forum/#!forum/salt-announce)
### German Community
* [German Chat](https://webchat.freenode.net/?channels=salt-de) #salt-de on freenode
* [German Mailinglist](https://groups.google.com/forum/#!forum/salt-users-de)
### Blogroll
* [Official Saltstack blog](http://www.saltstack.com/salt-blog/)
* [The creator of Obdi](http://blogger.smorg.co.uk)
* [Pythian](http://www.pythian.com/blog/tag/configuration-management/)
* [Ryan D Lane](http://ryandlane.com/blog/)
* [Hungry Admin](http://hungryadmin.com/)
* [Love Nyberg](http://jacksoncage.se/)
* [C. R. Oldham](https://medium.com/@cro/)
### Videos
* [Offical Saltstack Youtube](https://www.youtube.com/user/SaltStack)
### Salt related
* [Magni - Managed Peer-to-Peer](https://github.com/markuskramerIgitt/Magni)
## Contributing:
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](https://georgeosddev.github.io/markdown-edit/).
I'm using [Atom.io](https://atom.io/) with [markdown-preview](https://atom.io/packages/markdown-preview) as markdown editor.
## LICENSE:
[CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)