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.

30 lines
448B

  1. git:
  2. client:
  3. enabled: true
  4. linux:
  5. system:
  6. enabled: true
  7. salt:
  8. master:
  9. command_timeout: 5
  10. worker_threads: 2
  11. reactor_worker_threads: 2
  12. enabled: true
  13. source:
  14. engine: pkg
  15. pillar:
  16. engine: salt
  17. source:
  18. engine: local
  19. environment:
  20. prd:
  21. formula: {}
  22. api:
  23. enabled: true
  24. rest_timeout: 7200
  25. ssl:
  26. engine: salt
  27. bind:
  28. address: 0.0.0.0
  29. port: 8000