HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

salt-run — Frontend for executing salt-runners on minions. More information: <https://docs.saltproject.io/en/la

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfrontendrunnerssaltcliexecutingforsalt-run

Problem

How to use the salt-run command: Frontend for executing salt-runners on minions. More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-run.html>.

Solution

salt-run — Frontend for executing salt-runners on minions. More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-run.html>.

Show status of all minions:
salt-run manage.status


Show all minions which are disconnected:
salt-run manage.up

Code Snippets

Show status of all minions

salt-run manage.status

Show all minions which are disconnected

salt-run manage.up

Context

tldr-pages: common/salt-run

Revisions (0)

No revisions yet.