New Saltstack Salt formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
180B

  1. salt:
  2. master:
  3. enabled: true
  4. ssh_minion:
  5. node01:
  6. host: 10.0.0.1
  7. user: saltssh
  8. sudo: true
  9. key_file: /path/to/the/key
  10. port: 22