mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Docs
This commit is contained in:
parent
ae04e7aaeb
commit
5b56a4acf7
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ The information which can be stored in a roster ``target`` is the following:
|
|||
# Optional parameters
|
||||
port: # The target system's ssh port number
|
||||
sudo: # Boolean to run command via sudo
|
||||
sudo_user: # Str: Set this to execute Salt as a sudo user other than root.
|
||||
# This user must be in the same system group as the remote user
|
||||
# that is used to login and is specified above.
|
||||
tty: # Boolean: Set this option to True if sudo is also set to
|
||||
# True and requiretty is also set on the target system
|
||||
priv: # File path to ssh private key, defaults to salt-ssh.rsa
|
||||
|
|
Loading…
Add table
Reference in a new issue