The SaltStack platform, also known as Salt, is a Python-based open-source configuration management software and remote execution engine.
My environments structure in /etc/salt/master looks like this file_roots: base: - /srv/salt dev: - /srv/salt/…
salt-stackI am writing some salt stack formulas which will install tomcat package. but after installation I have to set JAVA_…
python tomcat salt-stackI see in the pillar documentation that there are two ways to reference pillar data in an SLS. {{ pillar['foo'] }} …
salt-stackHow do I make minions use a particular SaltStack environment? The GitFS backend tutorial states that branches will be mapped …
git salt-stackI have a macro that is used to build a local repository using debmirror. Here's the snippet of code: {%- …
python jinja2 salt-stackIs there a way to log a custom debug message in saltstack out of an .sls or a .jnija file? …
salt-stackI saw this commit in SaltStack on Hacker News, but I don't understand exactly what it does or why the …
security cryptography salt-stacksalt.states.file.managed takes source_hash as an argument to verify a downloaded file. This blocks me from using …
web-services hash md5 salt-stackI am considering to move to salt (currently using ansible) to manage a set of standalone IoT devices (Raspberry Pi …
salt-stackI'm trying to make our configuration a little more modular. Currently, we have mostly hardcoded template files per environment that …
python salt-stack configuration-management