The SaltStack platform, also known as Salt, is a Python-based open-source configuration management software and remote execution engine.
In the Salt system there are grains and pillars. I understand how I can assign custom grains, but when would …
salt-stack configuration-managementWhen I do highstate at minion, there is a strange error. I suspect, that the pillar data on the minion …
salt-stackI have a list of strings containing IP addresses. I want to append a port number to each of them. …
jinja2 salt-stackAfter setting up the salt-master and one minion, I am able to accept the key on the master. Running sudo …
salt-stackI would like the nginx service to restart whenever any file in the /etc/nginx/conf.d directory is created …
service nginx salt-stackIs there any way to join two pillar files? I have a users pillar. It's something like: users: joe: sudouser: …
salt-stackI'm using Salt (SaltStack) to install packages in Ubuntu 18.04. I want to install a formula for docker, for example. When …
salt-stackBasically I am creating a Salt state describing Munin server configuration and I need to get a list of all …
configuration-management salt-stackI want to create a group and user using salt state files, but I do not know the group, gid, …
python salt-stackI am a total beginner with SaltStack but I have managed to setup some states on a machine and run …
salt-stack