Saltstack Official 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.

104 lines
2.8KB

  1. # yamllint disable rule:indentation rule:line-length
  2. # openSUSE Tumbleweed-yyyymmdd
  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: false
  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. key_url: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Tumbleweed/repodata/repomd.xml.key
  46. master:
  47. file_roots:
  48. base:
  49. - /srv/salt
  50. fileserver_backend:
  51. - rootfs
  52. gitfs_provider: pygit2
  53. pillar_roots:
  54. base:
  55. - /srv/pillar
  56. master_config_use_TOFS: false
  57. master_remove_config: false
  58. master_service: salt-master
  59. master_service_details:
  60. enabled: true
  61. state: running
  62. minion:
  63. file_roots:
  64. base:
  65. - /srv/salt
  66. fileserver_backend:
  67. - rootfs
  68. master: localhost
  69. master_type: true
  70. pillar_roots:
  71. base:
  72. - /srv/pillar
  73. minion_config_use_TOFS: false
  74. minion_remove_config: false
  75. minion_service: salt-minion
  76. minion_service_details:
  77. enabled: true
  78. state: running
  79. parallel: true
  80. pin_version: false
  81. pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Tumbleweed/
  82. pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Tumbleweed)
  83. py_ver: py3
  84. pygit2: python-pygit2
  85. pyinotify: python-pyinotify
  86. python_dulwich: python-dulwich
  87. python_git: python-git
  88. release: '3001'
  89. restart_via_at: false
  90. rootgroup: root
  91. rootuser: root
  92. salt_api: salt-api
  93. salt_cloud: salt-cloud
  94. salt_master: salt-master
  95. salt_master_macos_plist_hash: ''
  96. salt_minion: salt-minion
  97. salt_minion_macos_plist_hash: ''
  98. salt_ssh: salt-ssh
  99. salt_syndic: salt-syndic
  100. ssh_roster: {}
  101. syndic_service: salt-syndic
  102. use_pip: false
  103. version: ''