Add minion_blackout documentation

This commit is contained in:
Colton Myers 2016-02-03 12:13:15 -07:00
parent 2c43d2a481
commit 0c8e57852b
2 changed files with 17 additions and 0 deletions

View 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)

View File

@ -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