Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

There is a powershell script file on windows minions which has some parameters set the same on all minions and some parameters set individually per-minion. I want to create a state for modifying some ...
Ondřej Janča's user avatar
0 votes
1 answer
55 views

I wrote the following code, expecting that the print information can be continuously output in for, but there is actually no output. import salt.client selector = "test" client = salt....
Tony's user avatar
  • 147
1 vote
1 answer
197 views

I'm trying to write a custom SaltStack state. It will be used like this: Example of my.state usage: my.state: - name: /some/path - source: salt://path/to/dsl/file This state is planned to ...
pepoluan's user avatar
  • 6,961
0 votes
1 answer
42 views

I'm having an issue with configuring GCE provider for salt-cloud, I always get this error: root@bastion-01:~# salt-cloud --list-providers [WARNING ] The cloud driver, 'gce', configured under the 'my-...
Haitham00n's user avatar
0 votes
1 answer
75 views

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 for a ...
joshuar's user avatar
  • 187
0 votes
1 answer
89 views

I want to cache the saltstack returns in postgres for that i've modified the saltstack master configuration like the one below (refering to the official salt documentations). But the returner is not ...
Rahul Singh's user avatar
0 votes
2 answers
95 views

When I use threads to execute salt.client.get_local_client() and call the cmd() function concurrently, I receive the error about the absence of an event loop in the thread. I'm unsure if the issue ...
Tony's user avatar
  • 147
1 vote
1 answer
299 views

I am trying to run a "simple" salt master to be used by my GitHub workflow, but even if this very same Docker image is running fine from a vanilla docker run command (meaning I can connect ...
Pier's user avatar
  • 680
3 votes
1 answer
83 views

I have a pillar file, dev.sls. Inside this file, I am including an additional pillar file, common.sls: secrets: | first=value1 second=value2 Inside dev.sls, I am including common.sls: include: -...
apasic's user avatar
  • 110
0 votes
1 answer
68 views

I am writing a Saltstack .sls file. This file will be executed with: sudo salt-run state.orchestrate <file name> pillar="{environment: dev} So, everything will be run on the salt-master. I ...
apasic's user avatar
  • 110
1 vote
2 answers
241 views

I wanted to copy multiple files (file names and number of files are dynamic) from one dir to another locally within a minion. Expecting equivalent of below. cp /app/downloaded/*.* /app/myapp/...
learner's user avatar
  • 37
0 votes
0 answers
152 views

Firstly, I am a bit of a rookie when it comes to both gitlab pipelines and docker containers, and I'm taking over a project that has been neglected for a very long time, built by someone else forever ...
kat.is.konfused's user avatar
-1 votes
1 answer
59 views

I'm new to this tools, i'm using this tools for migration tool in networking. Can I integrate PrefectHQ with SaltStack? I installed PrefecHq on VS code and understanding the basics of how flow, tasks ...
Kavana H M's user avatar
0 votes
1 answer
113 views

I'm running salt-minion version 3006.5 (Sulfur) on my server, and recently I've encountered an issue where the minion becomes unresponsive, and the logs show the following recurring error: TypeError: '...
Tony's user avatar
  • 147
2 votes
2 answers
62 views

When you run systemctl show -pId,ActiveState,ActiveEnterTimestamp <service> you can have systemctl display only the properties requested. Can you do this with salt <host> service.show <...
John Ross's user avatar

15 30 50 per page
1
2 3 4 5
100