
saltstack - custom module to render a variable inside a pillar
Mar 5, 2023 · saltstack - custom module to render a variable inside a pillar Asked 2 years, 10 months ago Modified 2 years, 2 months ago Viewed 1k times
SaltStack - How to conditionally enforce states? - Stack Overflow
Aug 30, 2018 · This is a self-answered question. Please provide edits, additional points of view and input if needed. What is the best practice for conditionally enforcing states (depending on …
saltstack: run powershell script in a state - Stack Overflow
Jul 28, 2017 · saltstack: run powershell script in a state Asked 8 years, 5 months ago Modified 8 years, 5 months ago Viewed 12k times
SaltStack custom state: How to download file from "salt:" URI
Mar 26, 2025 · SaltStack custom state: How to download file from "salt:" URI Asked 8 months ago Modified 7 months ago Viewed 191 times
salt project - SaltStack : is it possible to apply states on the master ...
I am a total beginner with SaltStack but I have managed to setup some states on a machine and run them on a minion. What I have right now is a Debian machine setup with salt-master as …
Is there a Salt requisite that will execute a state only if another ...
Jan 6, 2022 · 'unless' only works if the other state ('two') leaves some sort of artifact that can be used to validate against. What command could you put in the 'unless' if 'two' was restarting a …
SaltStack - Unable to check if file exists on minion
Nov 17, 2021 · SaltStack - Unable to check if file exists on minion Asked 4 years, 1 month ago Modified 3 years, 11 months ago Viewed 2k times
SaltStack - How to use a dictionary in pillar and loop through …
Apr 13, 2016 · SaltStack - How to use a dictionary in pillar and loop through those values in template file? Asked 9 years, 9 months ago Modified 9 years, 9 months ago Viewed 11k times
Passing variables between salt states - Stack Overflow
In Saltstack, I have the following use case: There is a state redis.sls which can be included by other states. The result of redis.sls should be configured differently, depending on the state which
How do I pass parameters to a salt state file? - Stack Overflow
I want to create a group and user using salt state files, but I do not know the group, gid, user, uid, sshkey until I need to execute the salt state file which I would like to pass in as parameters...