salt-master.1 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH "SALT-MASTER" "1" "Oct 02, 2019" "2019.2.2" "Salt"
  4. .SH NAME
  5. salt-master \- salt-master 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 master daemon, used to control the Salt minions
  35. .SH SYNOPSIS
  36. .INDENT 0.0
  37. .INDENT 3.5
  38. .sp
  39. .nf
  40. .ft C
  41. salt\-master [ options ]
  42. .ft P
  43. .fi
  44. .UNINDENT
  45. .UNINDENT
  46. .SH DESCRIPTION
  47. .sp
  48. The master daemon controls the Salt minions
  49. .SH OPTIONS
  50. .INDENT 0.0
  51. .TP
  52. .B \-\-version
  53. Print the version of Salt that is running.
  54. .UNINDENT
  55. .INDENT 0.0
  56. .TP
  57. .B \-\-versions\-report
  58. Show program\(aqs dependencies and version number, and then exit
  59. .UNINDENT
  60. .INDENT 0.0
  61. .TP
  62. .B \-h, \-\-help
  63. Show the help message and exit
  64. .UNINDENT
  65. .INDENT 0.0
  66. .TP
  67. .B \-c CONFIG_DIR, \-\-config\-dir=CONFIG_dir
  68. The location of the Salt configuration directory. This directory contains
  69. the configuration files for Salt master and minions. The default location
  70. on most systems is \fB/etc/salt\fP\&.
  71. .UNINDENT
  72. .INDENT 0.0
  73. .TP
  74. .B \-u USER, \-\-user=USER
  75. Specify user to run salt\-master
  76. .UNINDENT
  77. .INDENT 0.0
  78. .TP
  79. .B \-d, \-\-daemon
  80. Run salt\-master as a daemon
  81. .UNINDENT
  82. .INDENT 0.0
  83. .TP
  84. .B \-\-pid\-file PIDFILE
  85. Specify the location of the pidfile. Default: /var/run/salt\-master\&.pid
  86. .UNINDENT
  87. .SS Logging Options
  88. .sp
  89. Logging options which override any settings defined on the configuration files.
  90. .INDENT 0.0
  91. .TP
  92. .B \-l LOG_LEVEL, \-\-log\-level=LOG_LEVEL
  93. Console logging log level. One of \fBall\fP, \fBgarbage\fP, \fBtrace\fP,
  94. \fBdebug\fP, \fBinfo\fP, \fBwarning\fP, \fBerror\fP, \fBquiet\fP\&. Default:
  95. \fBwarning\fP\&.
  96. .UNINDENT
  97. .INDENT 0.0
  98. .TP
  99. .B \-\-log\-file=LOG_FILE
  100. Log file path. Default: /var/log/salt/master\&.
  101. .UNINDENT
  102. .INDENT 0.0
  103. .TP
  104. .B \-\-log\-file\-level=LOG_LEVEL_LOGFILE
  105. Logfile logging log level. One of \fBall\fP, \fBgarbage\fP, \fBtrace\fP,
  106. \fBdebug\fP, \fBinfo\fP, \fBwarning\fP, \fBerror\fP, \fBquiet\fP\&. Default:
  107. \fBwarning\fP\&.
  108. .UNINDENT
  109. .SH SEE ALSO
  110. .sp
  111. \fBsalt(1)\fP
  112. \fBsalt(7)\fP
  113. \fBsalt\-minion(1)\fP
  114. .SH AUTHOR
  115. Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
  116. .\" Generated by docutils manpage writer.
  117. .