1SALT-PROXY(1) Salt SALT-PROXY(1)
2
3
4
6 salt-proxy - salt-proxy Documentation
7
8 Receives commands from a Salt master and proxies these commands to
9 devices that are unable to run a full minion.
10
12 salt-proxy [ options ]
13
15 The Salt proxy minion receives commands from a Salt master, transmits
16 appropriate commands to devices that are unable to run a minion, and
17 replies with the results of said commands.
18
20 --proxyid
21 The minion id that this proxy will assume. This is required.
22
23 --version
24 Print the version of Salt that is running.
25
26 --versions-report
27 Show program's dependencies and version number, and then exit
28
29 -h, --help
30 Show the help message and exit
31
32 -c CONFIG_DIR, --config-dir=CONFIG_dir
33 The location of the Salt configuration directory. This directory
34 contains the configuration files for Salt master and minions.
35 The default location on most systems is /etc/salt.
36
37 -u USER, --user=USER
38 Specify user to run salt-proxy
39
40 -d, --daemon
41 Run salt-proxy as a daemon
42
43 --pid-file PIDFILE
44 Specify the location of the pidfile. Default:
45 /var/run/salt-proxy-<id>.pid
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/minion.
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
63 salt(1) salt(7) salt-master(1) salt-minion(1)
64
66 Thomas S. Hatch <thatch45@gmail.com> and many others, please see the
67 Authors file
68
69
70
71
722019.2.0 Jan 08, 2019 SALT-PROXY(1)