mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Added docs for firewalling, batching, and running without root to TOC
This commit is contained in:
parent
df6ad7e684
commit
345df8b64a
@ -17,6 +17,7 @@ Full Table of Contents
|
||||
topics/tutorials/bootstrap_ec2
|
||||
topics/pillar/index
|
||||
topics/jobs/index
|
||||
topics/nonroot
|
||||
topics/troubleshooting/index
|
||||
topics/troubleshooting/yaml_idiosyncrasies
|
||||
topics/community
|
||||
|
@ -86,6 +86,10 @@ configuration.
|
||||
:doc:`Compound matchers </topics/targeting/compound>`
|
||||
Combine the above matchers as a single target.
|
||||
|
||||
:doc:`Batching execution </topics/targeting/batch>`
|
||||
Loop through all matching minions so that only a subset are executing a
|
||||
command at one time.
|
||||
|
||||
Remote execution
|
||||
----------------
|
||||
|
||||
@ -171,6 +175,9 @@ Salt is many splendid things.
|
||||
one minion by querying live data from all the others. With great power
|
||||
comes great responsibility.
|
||||
|
||||
:doc:`Running Salt without root <topics/nonroot>`
|
||||
:doc:`Firewall settings and Salt <topics/tutorials/firewall>`
|
||||
|
||||
:doc:`Network topology <ref/topology>`
|
||||
At it's core, Salt is a highly scalable communication layer built on
|
||||
top of ZeroMQ that enables remote execution and configuration
|
||||
|
@ -31,3 +31,4 @@ There are many ways to target individual minions or groups of minions in Salt:
|
||||
grains
|
||||
nodegroups
|
||||
compound
|
||||
batch
|
||||
|
Loading…
Reference in New Issue
Block a user