About 50 results
Open links in new tab
  1. 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 other command …

  2. 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, 11 months ago Modified 2 years, 4 months ago Viewed 1k times

  3. salt project - Is there a way to log a debug message in saltstack out ...

    Feb 2, 2023 · Is there a way to log a debug message in saltstack out of an .sls or a .jinja file? Asked 9 years, 4 months ago Modified 1 year, 2 months ago Viewed 21k times

  4. 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 well as anot...

  5. How to fully remove saltstack (salt) from linux - Stack Overflow

    Apr 19, 2023 · I recently installed salt on my Linux (salt-master, salt-minion, salt-ssh, salt-syndic, salt-cloud and salt-api). After some practice, I want to completely remove salt from my system, so I can …

  6. salt project - Must specify saltenv=base? - Stack Overflow

    Jan 31, 2018 · file_roots: base: - /srv/saltstack/salt/base There is nothing in filesystem on the Salt master. All of the salt and pillar files are coming from GitFS. Specifying the saltenv= does grab from …

  7. Regex matching in jinja2 filters (for use in saltstack)

    8 It seems Jinja2 (as supported in Saltstack) doesn't support regex matching, unless I'm missing something? A number of frameworks that leverage Jinja2, such as Ansible have custom support for …

  8. salt project - Saltstack. How to create ssh keys per user per server ...

    Sep 14, 2015 · Saltstack. How to create ssh keys per user per server and exchange it Ask Question Asked 10 years, 5 months ago Modified 10 years, 5 months ago

  9. How do you change file permissions on a minion in SaltStack?

    Mar 1, 2017 · I need to change file permissions in Linux using SaltStack. For a directory I can use the file.directory function, for example: file.directory: - user: root - group: root - mode: 400 But what

  10. zeromq - What open ports are required on firewall to allow for salt ...

    The documentation on saltstack appears to be unclear regarding what ports are required from the salt-master -> salt-minion (apparently none are required). It suggests that ports only need to be opened …