The yaml file is like this: I want to pass globalSuspend as a toggle variable, update true to false or false to true, but as helm need the quote, s ...
The yaml file is like this: I want to pass globalSuspend as a toggle variable, update true to false or false to true, but as helm need the quote, s ...
I am trying to learn salt, and I want to use to to se advanced settings on ESXi hosts using the "salt-ext-modules-vmware" modules. I have the followi ...
Im trying to install the java jdk package on a windows salt-minion through a salt state file. On linux servers ive got it working fine with For the ...
I want to execute a query from salt-master to salt-minion using mysql.query . I am setting the mysql information of salt-minion as follows. /etc/sal ...
I'm using SaltStack to manage my infra. Machines are hosted in different DCs, so they also have slightly different network setup. Currently, I'm runni ...
I'm using salt states with salt panos to change the password in the configuration of a palo alto by using this function. Then I get the error message ...
I have two nodes: Debian 11 salt-master (3002.6+dfsg1-4+deb11u1) on ip 10.0.0.254 Fresh and clean installation of CentOS 7 - just updated and in ...
I am wondering for for both GitFS file systems and GIT Pillar, where are those files checked out? I don't seem to be able to locate them on my system. ...
I am having the following configuration on fileserver_backend.conf listing the files from fileserver I am getting by default only the files in base ...
We setup a Salt state which will send an event to Salt Master when certain files missing. We also configured a reactor to capture the event and copy m ...
For some reason I can't get the beacons working.. I can send the event manually using this command from minion salt-call event.send salt/beacon/*/inot ...
I am building an automated workflow (using Saltstack) that delivers an encrypted password to a system that needs to be joined to a domain like this: ...
I have pillar that is supposed to have value of "-" (without the quotation). I tried: None of those worked and I am getting error: "block sequence ...
I have a saltstack setup where one of my pillar file is written in python. This pillar file is pulling some data from a json file. In this python scri ...
According to the doc https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.win_service.html#salt.modules.win_service.get_service_name , ...
i wrote a salt state as below which writes data to config.yaml now i want to append some sensitive data to this config.yaml using a pillar. the dat ...
In ansible you can register a variable to capture the output of running a command, specify a changed_when argument, and use that variable to determine ...
I'm trying to merge from Salt to Ansible. What is Ansible equivalent to Salt's top file? ...
Can someone let me know how to set powercfg on windows using saltstack for AC and DC? This will set for monitor DC, but how to add for monitor AC i ...
Imagine that we have a single yaml file that describes roles of users in variety of systems. it may look like this: I would like to use this file a ...