mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add some salt-api options to the master config docs
This commit is contained in:
parent
0d49746de8
commit
887cd070ca
1 changed files with 49 additions and 0 deletions
|
@ -4151,6 +4151,55 @@ The queue size for workers in the reactor.
|
|||
reactor_worker_hwm: 10000
|
||||
|
||||
|
||||
.. _salt-api-master-settings:
|
||||
|
||||
Salt-API Master Settings
|
||||
========================
|
||||
|
||||
There are some settings for :ref:`salt-api <netapi-introduction>` that can be
|
||||
configured on the Salt Master.
|
||||
|
||||
.. conf_master:: api_logfile
|
||||
|
||||
``api_logfile``
|
||||
---------------
|
||||
|
||||
Default: ``/var/log/salt/api``
|
||||
|
||||
The logfile location for ``salt-api``.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
api_logfile: /var/log/salt/api
|
||||
|
||||
.. conf_master:: api_pidfile
|
||||
|
||||
``api_pidfile``
|
||||
---------------
|
||||
|
||||
Default: /var/run/salt-api.pid
|
||||
|
||||
If this master will be running ``salt-api``, specify the pidfile of the
|
||||
``salt-api`` daemon.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
api_pidfile: /var/run/salt-api.pid
|
||||
|
||||
.. conf_master:: rest_timeout
|
||||
|
||||
``rest_timeout``
|
||||
----------------
|
||||
|
||||
Default: ``300``
|
||||
|
||||
Used by ``salt-api`` for the master requests timeout.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
rest_timeout: 300
|
||||
|
||||
|
||||
.. _syndic-server-settings:
|
||||
|
||||
Syndic Server Settings
|
||||
|
|
Loading…
Add table
Reference in a new issue