Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debugloop/salt-states
This repository contains some salt states I use and experiment with.
https://github.com/debugloop/salt-states
Last synced: about 1 month ago
JSON representation
This repository contains some salt states I use and experiment with.
- Host: GitHub
- URL: https://github.com/debugloop/salt-states
- Owner: debugloop
- Created: 2013-11-08T16:58:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T11:34:59.000Z (over 10 years ago)
- Last Synced: 2023-08-01T09:09:25.723Z (over 1 year ago)
- Language: Scheme
- Homepage:
- Size: 1.07 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=================
Salt States |img|
=================.. |img| image:: https://travis-ci.org/analogbyte/salt-states.png?branch=master
:target: https://travis-ci.org/analogbyte/salt-statesThis repository contains some salt states I use and experiment with.
They are geared toward my own needs and I am not really documenting this stuff. You're
of course free to ask about stuff, file an issue or even submit a pull request.Hints on using those states
~~~~~~~~~~~~~~~~~~~~~~~~~~~
I use this repository straight on my Salt Master, as you can see in the
``salt_master_conf``.I keep any data I consider too delicate out of this repository by putting this
stuff into Salt's Pillar. If you want to use a state doing this, you'll have to
adjust your Pillar's configuration.You can find an minimal working example in the Travis configuration:
The ``.travis`` directory contains some dummy pillar data (as well as an alternative
top file and minion configuration) that is copied over to www.travis-ci.org as
specified in ``.travis.yml``Some words of caution
~~~~~~~~~~~~~~~~~~~~~
- **Always** look at all Salt States your using thoroughly and do not trust them blindly.
- Not all of these states would be considered best practices. For example, the ``myuser``
state sets an initial password for my personal user, serving as poor alternative to
a proper LDAP setup on my minions.