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

113 行
2.7KB

  1. # yamllint disable rule:indentation rule:line-length
  2. # FreeBSD-13
  3. ---
  4. values:
  5. formulas_settings:
  6. checkout_orig_branch: false
  7. git_opts:
  8. default:
  9. basedir: /srv/formulas
  10. baseurl: https://github.com/saltstack-formulas
  11. options:
  12. output_loglevel: quiet
  13. rev: master
  14. update: false
  15. list: {}
  16. salt_settings:
  17. api_service: salt_api
  18. api_service_details:
  19. enabled: true
  20. state: running
  21. clean_config_d_dir: true
  22. cloud:
  23. template_sources:
  24. maps: salt://salt/files/cloud.maps.d
  25. profiles: salt://salt/files/cloud.profiles.d
  26. providers: salt://salt/files/cloud.providers.d
  27. config_path: /usr/local/etc/salt
  28. gitfs:
  29. dulwich:
  30. install_from_source: true
  31. gitpython:
  32. install_from_source: false
  33. pygit2:
  34. git:
  35. install_from_package: git
  36. require_state: false
  37. install_from_source: true
  38. libgit2:
  39. build_parent_dir: /usr/src/
  40. download_hash: 683d1164e361e2a0a8d52652840e2340
  41. install_from_source: true
  42. version: 0.23.0
  43. version: 0.23.0
  44. install_packages: true
  45. master:
  46. ext_pillar:
  47. - cmd_yaml: cat /etc/salt/yaml
  48. - stack:
  49. - /path/to/stack1.cfg
  50. - /path/to/stack2.cfg
  51. - reclass:
  52. inventory_base_uri: /etc/reclass
  53. file_roots:
  54. base:
  55. - /srv/salt
  56. fileserver_backend:
  57. - rootfs
  58. gitfs_provider: gitpython
  59. pillar_roots:
  60. base:
  61. - /srv/pillar
  62. master_config_use_TOFS: false
  63. master_remove_config: false
  64. master_service: salt_master
  65. master_service_details:
  66. enabled: true
  67. state: running
  68. minion:
  69. file_roots:
  70. base:
  71. - /srv/salt
  72. fileserver_backend:
  73. - rootfs
  74. master: localhost
  75. master_type: true
  76. pillar_roots:
  77. base:
  78. - /srv/pillar
  79. minion_config_use_TOFS: false
  80. minion_remove_config: false
  81. minion_service: salt_minion
  82. minion_service_details:
  83. enabled: true
  84. state: running
  85. parallel: true
  86. pin_version: false
  87. pkgrepo: ''
  88. py_ver: py3
  89. pygit2: py37-pygit2
  90. python_dulwich: py37-dulwich
  91. python_git: py37-GitPython
  92. release: '3002'
  93. restart_via_at: false
  94. retry_options:
  95. attempts: 5
  96. interval: 10
  97. splay: 10
  98. until: true
  99. rootgroup: wheel
  100. rootuser: root
  101. salt_api: py37-salt
  102. salt_cloud: py37-salt
  103. salt_master: py37-salt
  104. salt_master_macos_plist_hash: ''
  105. salt_minion: py37-salt
  106. salt_minion_macos_plist_hash: ''
  107. salt_ssh: py37-salt
  108. salt_syndic: py37-salt
  109. ssh_roster: {}
  110. syndic_service: salt_syndic
  111. use_pip: false
  112. version: ''