{"id":20606806,"url":"https://github.com/jochumdev/saltstack-resources","last_synced_at":"2025-04-15T02:44:52.355Z","repository":{"id":25961587,"uuid":"29403457","full_name":"jochumdev/saltstack-resources","owner":"jochumdev","description":"A collection of saltstack resources.","archived":false,"fork":false,"pushed_at":"2018-08-16T23:09:05.000Z","size":98,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T02:44:47.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jochumdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-17T19:50:49.000Z","updated_at":"2018-12-31T16:04:26.000Z","dependencies_parsed_at":"2022-08-24T07:50:43.916Z","dependency_job_id":null,"html_url":"https://github.com/jochumdev/saltstack-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fsaltstack-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fsaltstack-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fsaltstack-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fsaltstack-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jochumdev","download_url":"https://codeload.github.com/jochumdev/saltstack-resources/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997087,"owners_count":21195797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T09:34:45.594Z","updated_at":"2025-04-15T02:44:52.338Z","avatar_url":"https://github.com/jochumdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Unofficial list of saltstack resources and Howtos\n\nThis repo contains a lot of saltstack **formulas** and **states** as submodules which i've found here on github.\n\nI use it to quickly find examples/formulas for my work.\n\n### Get it\n\n    $ git clone https://github.com/pcdummy/saltstack-resources.git\n    $ cd saltstack-resources/\n    $ git submodule update --init --recursive   # This will take some time!\n\n### Update it\n\n    $ ./update-all.sh     # This will take some time!\n\n## Howtos i've written for salt.\n\n* [Install lxc on Ubuntu](http://rene.jochums.at/2015/01/25/ubuntu-lxc-install/) with btrfs :)\n* [Prepare a ubuntu lxc base image](http://rene.jochums.at/2015/01/25/ubuntu-lxc-image/) for salt.\n\n\n## Usefull saltstack links:\n\n### Quickstart\n\n  * [Saltstack Intro](http://docs.saltstack.com/en/latest/topics/) - If you don't know what saltstack is :)\n  * [Saltstack Presentations](https://github.com/bechtoldt/presentations) - To get a quick overview about Salt.\n  * [Official Walktrough](http://salt.readthedocs.org/en/latest/topics/tutorials/walkthrough.html) - This is the place to get started with salt.\n  * [Getting Started with SALTSTACK](https://github.com/benhosmer/getting-started-with-saltstack) - Salt Book by Ben Hosmer (First release September 2014).\n  * [Builtin States](http://docs.saltstack.com/en/latest/ref/states/all/) - Full list of builtin state modules.\n  * [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)\n  * [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.\n  * [Salt Modules](http://salt.readthedocs.org/en/latest/salt-modindex.html) - See how Salt integrates into your environment.\n  * [An intro to Salt](http://dev.mlsdigital.net/posts/IntroToSaltStack/) - Be The Master Of Your Minions (An Introduction To SaltStack)\n\n### State Developement\n  * [Very informative post about state development](http://dev.mlsdigital.net/posts/SaltStackBeyondJinjaStates/) - Taking SaltStack to The Next Level With Pillars and Python States\n  * [Salts Jinja Doc](http://docs.saltstack.com/en/latest/ref/renderers/all/salt.renderers.jinja.html) - Basic intro.\n  * [Jinja Docs](http://jinja.pocoo.org/docs/dev/templates/) - You'll need them when you develop your own sls.\n  * [YAML Validator](http://yaml-online-parser.appspot.com/) - Same as above.\n  * [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)).\n\n### Cheatsheets\n\n  * [Commandline](http://www.xenuser.org/saltstack-cheat-sheet/) - Using salt as \"mass executor\", get infos and so on.\n  * [State development](https://github.com/saltstack/salt/wiki/Cheat-Sheet) - Some basic's about states.\n  * [Lots of useful infos condensed on single page](https://gist.github.com/elmariofredo/8964467) - General purpose\n\n### GUI\n\n  * [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)\n  * [Obdi](https://github.com/mclarkson/obdi) - Exclusively made for Saltstack. See this [intro](http://blogger.smorg.co.uk/2015/01/obdi-in-pictures.html)\n  * [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.\n  * [Halite](https://github.com/saltstack/halite) - Halite is a Salt GUI. Status is pre-alpha.\n  * [SaltGUI](https://github.com/maerteijn/SaltGUI) - A web interface for managing SaltStack based infrastructure - new in 2018.\n\n### Advanced\n\n  * [Salt contrib](https://github.com/saltstack/salt-contrib) - 3rd party stuff\n\n### Community\n\n  * [Offical List](http://www.saltstack.com/community/)\n  * [English Chat](https://webchat.freenode.net/?channels=salt) #salt on freenode\n  * [English Mailinglist](https://groups.google.com/forum/#!forum/salt-users)\n  * [Salt Announce Mailinglist](https://groups.google.com/forum/#!forum/salt-announce)\n\n### German Community\n\n  * [German Chat](https://webchat.freenode.net/?channels=salt-de) #salt-de on freenode\n  * [German Mailinglist](https://groups.google.com/forum/#!forum/salt-users-de)\n\n### Blogroll\n\n  * [Official Saltstack blog](http://www.saltstack.com/salt-blog/)\n  * [The creator of Obdi](http://blogger.smorg.co.uk)\n  * [Pythian](http://www.pythian.com/blog/tag/configuration-management/)\n  * [Ryan D Lane](http://ryandlane.com/blog/)\n  * [Hungry Admin](http://hungryadmin.com/)\n  * [Love Nyberg](http://jacksoncage.se/)\n  * [C. R. Oldham](https://medium.com/@cro/)\n\n### Videos\n\n  * [Offical Saltstack Youtube](https://www.youtube.com/user/SaltStack)\n\n### Salt related\n\n  * [Magni - Managed Peer-to-Peer](https://github.com/markuskramerIgitt/Magni)\n\n## Contributing:\n\nClone this repo and make a pull request, I'll accept anything related to SaltStack, just make sure you accept the CC0 license below.\n\nEdit/preview your changes [here](https://georgeosddev.github.io/markdown-edit/).\n\nI'm using [Atom.io](https://atom.io/) with [markdown-preview](https://atom.io/packages/markdown-preview) as markdown editor.\n\n## LICENSE:\n\n[CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochumdev%2Fsaltstack-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjochumdev%2Fsaltstack-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochumdev%2Fsaltstack-resources/lists"}