New version of salt-formula from Saltstack
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.

master_api.sls 395B

123456789101112131415161718192021222324252627
  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. enabled: true
  12. source:
  13. engine: pkg
  14. pillar:
  15. engine: salt
  16. source:
  17. engine: local
  18. environment:
  19. prd:
  20. formula: {}
  21. api:
  22. enabled: true
  23. ssl:
  24. engine: salt
  25. bind:
  26. address: 0.0.0.0
  27. port: 8000