roster 344 B

123456789
  1. # Sample salt-ssh config file
  2. #web1:
  3. # host: 192.168.42.1 # The IP addr or DNS hostname
  4. # user: fred # Remote executions will be executed as user fred
  5. # passwd: foobarbaz # The password to use for login, if omitted, keys are used
  6. # sudo: True # Whether to sudo to root, not enabled by default
  7. #web2:
  8. # host: 192.168.42.2