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.

master_single_reclass.sls 788B

8 년 전
8 년 전
8 년 전
8 년 전
8 년 전
8 년 전
8 년 전
123456789101112131415161718192021222324252627282930313233343536
  1. git:
  2. client:
  3. enabled: true
  4. linux:
  5. system:
  6. enabled: true
  7. reclass:
  8. storage:
  9. enabled: true
  10. data_source:
  11. engine: git
  12. address: 'git@git.domain.com'
  13. branch: master
  14. salt:
  15. master:
  16. enabled: true
  17. command_timeout: 5
  18. worker_threads: 2
  19. base_environment: prd
  20. environment:
  21. prd:
  22. formula:
  23. service01:
  24. source: git
  25. address: 'git@git.domain.com/service01-formula.git'
  26. revision: master
  27. service02:
  28. source: pkg
  29. name: salt-formula-service02
  30. pillar:
  31. engine: reclass
  32. reclass:
  33. storage_type: yaml_fs
  34. inventory_base_uri: /srv/salt/reclass
  35. propagate_pillar_data_to_reclass: False
  36. reclass_source_path: /tmp/reclass