This commit is contained in:
Mike Place 2016-08-05 03:24:18 +09:00
parent ae04e7aaeb
commit 5b56a4acf7

View file

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