mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add docs for roster_file option
This commit is contained in:
parent
66b853c3e8
commit
71c9bf4708
@ -349,6 +349,23 @@ local job cache on the master
|
|||||||
|
|
||||||
ext_job_cache: redis
|
ext_job_cache: redis
|
||||||
|
|
||||||
|
.. conf_master:: master_job_cache
|
||||||
|
|
||||||
|
``master_job_cache``
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
.. versionadded:: 2014.7
|
||||||
|
|
||||||
|
Default: 'local_cache'
|
||||||
|
|
||||||
|
Specify the returner to use for ther job cache. The job cache will only be
|
||||||
|
interacted with from the salt master and therefore does not need to be
|
||||||
|
accesible from the minions.
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
master_job_cache: redis
|
||||||
|
|
||||||
.. conf_master:: enforce_mine_cache
|
.. conf_master:: enforce_mine_cache
|
||||||
|
|
||||||
``enforce_mine_cache``
|
``enforce_mine_cache``
|
||||||
@ -364,6 +381,8 @@ only the cache for the mine system.
|
|||||||
|
|
||||||
enforce_mine_cache: False
|
enforce_mine_cache: False
|
||||||
|
|
||||||
|
.. conf_master:: max_minions
|
||||||
|
|
||||||
``max_minions``
|
``max_minions``
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
@ -378,6 +397,8 @@ this can slow down the authentication process a bit in large setups.
|
|||||||
|
|
||||||
max_minions: 100
|
max_minions: 100
|
||||||
|
|
||||||
|
.. conf_master:: presence_events
|
||||||
|
|
||||||
``presence_events``
|
``presence_events``
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
@ -390,6 +411,18 @@ and newly connected minions on the eventbus.
|
|||||||
|
|
||||||
presence_events: False
|
presence_events: False
|
||||||
|
|
||||||
|
.. conf_master:: roster_file
|
||||||
|
|
||||||
|
``roster_file``
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Default: '/etc/salt/roster'
|
||||||
|
|
||||||
|
Pass in an alternative location for the salt-ssh roster file
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
roster_file: /root/roster
|
||||||
|
|
||||||
Master Security Settings
|
Master Security Settings
|
||||||
========================
|
========================
|
||||||
|
Loading…
Reference in New Issue
Block a user