mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Added default config for salt-ssh
This commit is contained in:
parent
7d7d87e58c
commit
1fa680d25c
1 changed files with 9 additions and 0 deletions
9
conf/roster
Normal file
9
conf/roster
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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
|
||||
|
Loading…
Add table
Reference in a new issue