2011-07-08 04:23:26 +00:00
|
|
|
============
|
2011-07-03 01:55:06 +00:00
|
|
|
``salt-run``
|
2011-07-08 04:23:26 +00:00
|
|
|
============
|
2011-07-03 01:55:06 +00:00
|
|
|
|
|
|
|
Execute a Salt runner
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
========
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
salt-run RUNNER
|
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
2012-01-21 00:45:38 +00:00
|
|
|
salt-run is the frontend command for executing ``Salt Runners``.
|
2011-07-03 01:55:06 +00:00
|
|
|
Salt runners are simple modules used to execute convenience functions on the
|
|
|
|
master
|
|
|
|
|
|
|
|
Options
|
|
|
|
=======
|
|
|
|
|
2013-08-10 13:06:53 +00:00
|
|
|
.. program:: salt-run
|
2011-07-03 01:55:06 +00:00
|
|
|
|
2013-08-10 13:19:43 +00:00
|
|
|
.. include:: _includes/common-options.rst
|
2013-08-10 13:06:53 +00:00
|
|
|
|
2013-08-10 13:45:21 +00:00
|
|
|
.. include:: _includes/timeout-option.rst
|
|
|
|
.. |timeout| replace:: 1
|
|
|
|
|
2013-08-10 13:45:55 +00:00
|
|
|
.. option:: -d, --doc, --documentation
|
|
|
|
|
|
|
|
Display documentation for runners, pass a module or a runner to see
|
|
|
|
documentation on only that module/runner.
|
|
|
|
|
2013-08-10 13:06:53 +00:00
|
|
|
.. include:: _includes/logging-options.rst
|
|
|
|
.. |logfile| replace:: /var/log/salt/master
|
|
|
|
.. |loglevel| replace:: ``warning``
|
|
|
|
|
|
|
|
|
2012-05-10 22:10:39 +00:00
|
|
|
See also
|
|
|
|
========
|
|
|
|
|
|
|
|
:manpage:`salt(1)`
|
|
|
|
:manpage:`salt-master(1)`
|
|
|
|
:manpage:`salt-minion(1)`
|