2011-05-23 06:58:49 +00:00
|
|
|
===============
|
|
|
|
``salt-minion``
|
|
|
|
===============
|
|
|
|
|
2012-05-23 04:43:12 +00:00
|
|
|
The Salt minion daemon, receives commands from a remote Salt master.
|
2011-05-23 06:58:49 +00:00
|
|
|
|
|
|
|
Synopsis
|
|
|
|
========
|
|
|
|
|
2014-07-13 16:02:33 +00:00
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
salt-minion [ options ]
|
2011-05-23 06:58:49 +00:00
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
2012-05-23 04:43:12 +00:00
|
|
|
The Salt minion receives commands from the central Salt master and replies with
|
2011-05-23 06:58:49 +00:00
|
|
|
the results of said commands.
|
|
|
|
|
|
|
|
Options
|
|
|
|
=======
|
|
|
|
|
|
|
|
.. program:: salt-minion
|
|
|
|
|
2013-08-10 13:19:43 +00:00
|
|
|
.. include:: _includes/common-options.rst
|
2011-05-23 06:58:49 +00:00
|
|
|
|
2013-08-10 13:30:30 +00:00
|
|
|
.. include:: _includes/daemon-options.rst
|
|
|
|
.. |salt-daemon| replace:: salt-minion
|
2012-03-19 18:57:46 +00:00
|
|
|
|
2013-08-10 13:06:53 +00:00
|
|
|
.. include:: _includes/logging-options.rst
|
|
|
|
.. |logfile| replace:: /var/log/salt/minion
|
|
|
|
.. |loglevel| replace:: ``warning``
|
|
|
|
|
|
|
|
|
2012-05-10 22:10:39 +00:00
|
|
|
See also
|
|
|
|
========
|
|
|
|
|
|
|
|
:manpage:`salt(1)`
|
|
|
|
:manpage:`salt(7)`
|
2014-12-11 03:37:07 +00:00
|
|
|
:manpage:`salt-master(1)`
|