Saltstack Official Salt Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

117 lines
3.1KB

  1. # yamllint disable rule:indentation rule:line-length
  2. # Debian-10
  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: /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: false
  42. version: 0.23.0
  43. version: 0.22.1
  44. install_packages: true
  45. libgit2: libgit2-22
  46. master:
  47. ext_pillar:
  48. - cmd_yaml: cat /etc/salt/yaml
  49. - stack:
  50. - /path/to/stack1.cfg
  51. - /path/to/stack2.cfg
  52. - reclass:
  53. inventory_base_uri: /etc/reclass
  54. file_roots:
  55. base:
  56. - /srv/salt
  57. fileserver_backend:
  58. - rootfs
  59. gitfs_provider: gitpython
  60. pillar_roots:
  61. base:
  62. - /srv/pillar
  63. master_config_use_TOFS: false
  64. master_remove_config: false
  65. master_service: salt-master
  66. master_service_details:
  67. enabled: true
  68. state: running
  69. minion:
  70. file_roots:
  71. base:
  72. - /srv/salt
  73. fileserver_backend:
  74. - rootfs
  75. master: localhost
  76. master_type: str
  77. pillar_roots:
  78. base:
  79. - /srv/pillar
  80. minion_config_use_TOFS: false
  81. minion_remove_config: false
  82. minion_service: salt-minion
  83. minion_service_details:
  84. enabled: true
  85. state: running
  86. parallel: true
  87. pin_version: false
  88. pkgrepo: deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64]
  89. https://repo.saltproject.io/py3/debian/10/amd64/3001 buster main
  90. pkgrepo_keyring: https://repo.saltproject.io/py3/debian/10/amd64/3001/salt-archive-keyring.gpg
  91. pkgrepo_keyring_hash: sha256=ea38e0cdbd8dc53e1af154a8d711a2a321a69f81188062dc5cde9d54df2b8c47
  92. py_ver: py3
  93. pyinotify: python-pyinotify
  94. python_dulwich: python-dulwich
  95. python_git: python-git
  96. release: '3001'
  97. restart_via_at: false
  98. retry_options:
  99. attempts: 2
  100. interval: 10
  101. splay: 10
  102. until: true
  103. rootgroup: root
  104. rootuser: root
  105. salt_api: salt-api
  106. salt_cloud: salt-cloud
  107. salt_master: salt-master
  108. salt_master_macos_plist_hash: ''
  109. salt_minion: salt-minion
  110. salt_minion_macos_plist_hash: ''
  111. salt_ssh: salt-ssh
  112. salt_syndic: salt-syndic
  113. ssh_roster: {}
  114. syndic_service: salt-syndic
  115. use_pip: false
  116. version: ''