1SALT-RUN(1)                          Salt                          SALT-RUN(1)
2
3
4

NAME

6       salt-run - salt-run Documentation
7
8       Execute a Salt runner
9

SYNOPSIS

11          salt-run RUNNER
12

DESCRIPTION

14       salt-run is the frontend command for executing Salt Runners.  Salt run‐
15       ners are simple modules used to execute convenience  functions  on  the
16       master
17

OPTIONS

19       --version
20              Print the version of Salt that is running.
21
22       --versions-report
23              Show program's dependencies and version number, and then exit
24
25       -h, --help
26              Show the help message and exit
27
28       -c CONFIG_DIR, --config-dir=CONFIG_dir
29              The location of the Salt configuration directory. This directory
30              contains the configuration files for Salt  master  and  minions.
31              The default location on most systems is /etc/salt.
32
33       -t TIMEOUT, --timeout=TIMEOUT
34              The  timeout  in  seconds to wait for replies from the Salt min‐
35              ions. The timeout number specifies how  long  the  command  line
36              client will wait to query the minions and check on running jobs.
37              Default: 1
38
39       --hard-crash
40              Raise any original exception  rather  than  exiting  gracefully.
41              Default is False.
42
43       -d, --doc, --documentation
44              Display  documentation for runners, pass a module or a runner to
45              see documentation on only that module/runner.
46
47   Logging Options
48       Logging options which override any settings defined on  the  configura‐
49       tion files.
50
51       -l LOG_LEVEL, --log-level=LOG_LEVEL
52              Console  logging  log  level. One of all, garbage, trace, debug,
53              info, warning, error, quiet. Default: warning.
54
55       --log-file=LOG_FILE
56              Log file path. Default: /var/log/salt/master.
57
58       --log-file-level=LOG_LEVEL_LOGFILE
59              Logfile logging log level. One of all,  garbage,  trace,  debug,
60              info, warning, error, quiet. Default: warning.
61

SEE ALSO

63       salt(1) salt-master(1) salt-minion(1)
64

AUTHOR

66       Thomas  S.  Hatch  <thatch45@gmail.com> and many others, please see the
67       Authors file
68
69
70
71
723000.2                           Apr 14, 2020                      SALT-RUN(1)
Impressum