About 4,410,000 results
Open links in new tab
  1. 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

  2. saltstack - custom module to render a variable inside a pillar

    Mar 5, 2023 · The salt loader doesn't contain runners, it contains execution modules. To call a runner from a pillar template, use saltutil.runner.

  3. salt project - How to automatically add custom grains attributes to ...

    Jul 17, 2024 · It seems that SaltStack does not have a direct method to pass the result of one task to the next task, similar to how Ansible registers variables. How can I achieve my goal of …

  4. Salt script local copy multiple files from one dir to another

    Nov 25, 2024 · Looks like this is a confusion between the execution module and state module. To use execution module from within state (SLS) files, we need to specify module.run. Otherwise …

  5. 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 …

  6. 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 …

  7. 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 …

  8. salt project - Saltstack: Waiting for event in orchestrator with ...

    Feb 11, 2025 · 0 I'm new to SaltStack and would like to know if there's a solution to a problem I have that follows "best practices." I have something like this snippet in an orchestrator, waiting …

  9. 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...

  10. Jinja Template dict/list filter "contains" or "like" - Saltstack

    Aug 10, 2017 · Jinja Template dict/list filter "contains" or "like" - Saltstack Asked 8 years, 4 months ago Modified 4 years, 11 months ago Viewed 19k times