mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Add minion_blackout documentation
This commit is contained in:
parent
2c43d2a481
commit
0c8e57852b
16
doc/topics/blackout/index.rst
Normal file
16
doc/topics/blackout/index.rst
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
.. _blackout:
|
||||||
|
|
||||||
|
=============================
|
||||||
|
Minion Blackout Configuration
|
||||||
|
=============================
|
||||||
|
|
||||||
|
.. versionadded:: 2016.3.0
|
||||||
|
|
||||||
|
Salt supports minion blackouts. When a minion is in blackout mode, all remote
|
||||||
|
execution commands are disabled. This allows production minions to be put
|
||||||
|
"on hold", eliminating the risk of an untimely configuration change.
|
||||||
|
|
||||||
|
Minion blackouts are configured via a special pillar key, ``minion_blackout``.
|
||||||
|
If this key is set to ``True``, then the minion will reject all incoming
|
||||||
|
commands, except for ``saltutil.refresh_pillar``. (The exception is important,
|
||||||
|
so minions can be brought out of blackout mode)
|
@ -11,6 +11,7 @@ secure and troubleshoot, and how to perform many other administrative tasks.
|
|||||||
../../ref/configuration/master
|
../../ref/configuration/master
|
||||||
../../ref/configuration/minion
|
../../ref/configuration/minion
|
||||||
../../ref/configuration/examples
|
../../ref/configuration/examples
|
||||||
|
../blackout/index
|
||||||
../eauth/access_control
|
../eauth/access_control
|
||||||
../jobs/index
|
../jobs/index
|
||||||
../jobs/job_cache
|
../jobs/job_cache
|
||||||
|
Loading…
Reference in New Issue
Block a user