New Saltstack Salt formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

29 行
593B

  1. git:
  2. client:
  3. enabled: true
  4. linux:
  5. system:
  6. enabled: true
  7. salt:
  8. master:
  9. enabled: true
  10. command_timeout: 5
  11. worker_threads: 2
  12. base_environment: prd
  13. environment:
  14. prd:
  15. formula:
  16. service01:
  17. source: git
  18. address: 'git@git.domain.com/service01-formula.git'
  19. revision: master
  20. service02:
  21. source: pkg
  22. name: salt-formula-service02
  23. pillar:
  24. engine: salt
  25. source:
  26. engine: git
  27. address: 'git@repo.domain.com:salt/pillar-demo.git'
  28. branch: 'master'