Saltstack Official Salt Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

41 行
828B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. salt:
  5. py_ver: 'py3'
  6. # Override used for FreeBSD minion service
  7. retry_options:
  8. attempts: 5
  9. master:
  10. fileserver_backend:
  11. - rootfs
  12. file_roots:
  13. base:
  14. - /srv/salt
  15. pillar_roots:
  16. base:
  17. - /srv/pillar
  18. ext_pillar:
  19. - cmd_yaml: cat /etc/salt/yaml
  20. - stack:
  21. - /path/to/stack1.cfg
  22. - /path/to/stack2.cfg
  23. - reclass:
  24. inventory_base_uri: /etc/reclass
  25. - saltclass:
  26. - path: /srv/saltclass
  27. minion:
  28. master: localhost
  29. fileserver_backend:
  30. - rootfs
  31. file_roots:
  32. base:
  33. - /srv/salt
  34. pillar_roots:
  35. base:
  36. - /srv/pillar
  37. # Gentoo-specific, improves performance for subsequent test runs within the same day
  38. portage:
  39. sync_wait_one_day: true