salt-minion.1 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH "SALT-MINION" "1" "Nov 14, 2020" "3002.2" "Salt"
  4. .SH NAME
  5. salt-minion \- salt-minion Documentation
  6. .
  7. .nr rst2man-indent-level 0
  8. .
  9. .de1 rstReportMargin
  10. \\$1 \\n[an-margin]
  11. level \\n[rst2man-indent-level]
  12. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  13. -
  14. \\n[rst2man-indent0]
  15. \\n[rst2man-indent1]
  16. \\n[rst2man-indent2]
  17. ..
  18. .de1 INDENT
  19. .\" .rstReportMargin pre:
  20. . RS \\$1
  21. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  22. . nr rst2man-indent-level +1
  23. .\" .rstReportMargin post:
  24. ..
  25. .de UNINDENT
  26. . RE
  27. .\" indent \\n[an-margin]
  28. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  29. .nr rst2man-indent-level -1
  30. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  31. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  32. ..
  33. .sp
  34. The Salt minion daemon, receives commands from a remote Salt master.
  35. .SH SYNOPSIS
  36. .INDENT 0.0
  37. .INDENT 3.5
  38. .sp
  39. .nf
  40. .ft C
  41. salt\-minion [ options ]
  42. .ft P
  43. .fi
  44. .UNINDENT
  45. .UNINDENT
  46. .SH DESCRIPTION
  47. .sp
  48. The Salt minion receives commands from the central Salt master and replies with
  49. the results of said commands.
  50. .SH OPTIONS
  51. .INDENT 0.0
  52. .TP
  53. .B \-\-version
  54. Print the version of Salt that is running.
  55. .UNINDENT
  56. .INDENT 0.0
  57. .TP
  58. .B \-\-versions\-report
  59. Show program\(aqs dependencies and version number, and then exit
  60. .UNINDENT
  61. .INDENT 0.0
  62. .TP
  63. .B \-h, \-\-help
  64. Show the help message and exit
  65. .UNINDENT
  66. .INDENT 0.0
  67. .TP
  68. .B \-c CONFIG_DIR, \-\-config\-dir=CONFIG_dir
  69. The location of the Salt configuration directory. This directory contains
  70. the configuration files for Salt master and minions. The default location
  71. on most systems is \fB/etc/salt\fP\&.
  72. .UNINDENT
  73. .INDENT 0.0
  74. .TP
  75. .B \-u USER, \-\-user=USER
  76. Specify user to run salt\-minion
  77. .UNINDENT
  78. .INDENT 0.0
  79. .TP
  80. .B \-d, \-\-daemon
  81. Run salt\-minion as a daemon
  82. .UNINDENT
  83. .INDENT 0.0
  84. .TP
  85. .B \-\-pid\-file PIDFILE
  86. Specify the location of the pidfile. Default: /var/run/salt\-minion\&.pid
  87. .UNINDENT
  88. .SS Logging Options
  89. .sp
  90. Logging options which override any settings defined on the configuration files.
  91. .INDENT 0.0
  92. .TP
  93. .B \-l LOG_LEVEL, \-\-log\-level=LOG_LEVEL
  94. Console logging log level. One of \fBall\fP, \fBgarbage\fP, \fBtrace\fP,
  95. \fBdebug\fP, \fBinfo\fP, \fBwarning\fP, \fBerror\fP, \fBquiet\fP\&. Default:
  96. \fBwarning\fP\&.
  97. .UNINDENT
  98. .INDENT 0.0
  99. .TP
  100. .B \-\-log\-file=LOG_FILE
  101. Log file path. Default: /var/log/salt/minion\&.
  102. .UNINDENT
  103. .INDENT 0.0
  104. .TP
  105. .B \-\-log\-file\-level=LOG_LEVEL_LOGFILE
  106. Logfile logging log level. One of \fBall\fP, \fBgarbage\fP, \fBtrace\fP,
  107. \fBdebug\fP, \fBinfo\fP, \fBwarning\fP, \fBerror\fP, \fBquiet\fP\&. Default:
  108. \fBwarning\fP\&.
  109. .UNINDENT
  110. .SH SEE ALSO
  111. .sp
  112. \fBsalt(1)\fP
  113. \fBsalt(7)\fP
  114. \fBsalt\-master(1)\fP
  115. .SH AUTHOR
  116. Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
  117. .\" Generated by docutils manpage writer.
  118. .