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.

10 lines
150B

  1. salt:
  2. master:
  3. enabled: true
  4. ssh_minion:
  5. node01:
  6. host: 10.0.0.1
  7. user: root
  8. password: password
  9. port: 22