mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add minion_opts to roster docs
This commit is contained in:
parent
5212c35260
commit
a0b6b760c3
1 changed files with 9 additions and 8 deletions
|
@ -34,13 +34,14 @@ The information which can be stored in a roster `target` is the following:
|
|||
|
||||
.. code-block:: yaml
|
||||
|
||||
<Salt ID>: # The id to reference the target system with
|
||||
host: # The IP address or DNS name of the remote host
|
||||
user: # The user to log in as
|
||||
passwd: # The password to log in with
|
||||
<Salt ID>: # The id to reference the target system with
|
||||
host: # The IP address or DNS name of the remote host
|
||||
user: # The user to log in as
|
||||
passwd: # The password to log in with
|
||||
|
||||
# Optional parameters
|
||||
port: # The target system's ssh port number
|
||||
sudo: # Boolean to run command via sudo
|
||||
priv: # File path to ssh private key, defaults to salt-ssh.rsa
|
||||
timeout: # Number of seconds to wait for response
|
||||
port: # The target system's ssh port number
|
||||
sudo: # Boolean to run command via sudo
|
||||
priv: # File path to ssh private key, defaults to salt-ssh.rsa
|
||||
timeout: # Number of seconds to wait for response
|
||||
minion_opts: # Dictionary of minion opts
|
||||
|
|
Loading…
Add table
Reference in a new issue