mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
10 lines
344 B
Plaintext
10 lines
344 B
Plaintext
# Sample salt-ssh config file
|
|
#web1:
|
|
# host: 192.168.42.1 # The IP addr or DNS hostname
|
|
# user: fred # Remote executions will be executed as user fred
|
|
# passwd: foobarbaz # The password to use for login, if omitted, keys are used
|
|
# sudo: True # Whether to sudo to root, not enabled by default
|
|
#web2:
|
|
# host: 192.168.42.2
|
|
|