Saltstack Official Salt Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

75 lines
1.7KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. salt:
  5. version: ''
  6. rootuser: root
  7. rootgroup: root
  8. install_packages: true
  9. use_pip: false
  10. clean_config_d_dir: true
  11. restart_via_at: false
  12. config_path: /etc/salt
  13. minion_remove_config: false
  14. master_remove_config: false
  15. minion_config_use_TOFS: false
  16. master_config_use_TOFS: false
  17. minion_service: salt-minion
  18. master_service: salt-master
  19. api_service: salt-api
  20. syndic_service: salt-syndic
  21. salt_master: salt-master
  22. salt_minion: salt-minion
  23. salt_master_macos_plist_hash: ''
  24. salt_minion_macos_plist_hash: ''
  25. salt_syndic: salt-syndic
  26. salt_cloud: salt-cloud
  27. salt_api: salt-api
  28. salt_ssh: salt-ssh
  29. python_git: python-git
  30. python_dulwich: python-dulwich
  31. master:
  32. gitfs_provider: gitpython
  33. gitfs:
  34. dulwich:
  35. install_from_source: true
  36. pygit2:
  37. install_from_source: true
  38. version: 0.23.0
  39. git:
  40. # if not false, should be state name
  41. require_state: false
  42. install_from_package: git
  43. libgit2:
  44. version: 0.23.0
  45. install_from_source: true
  46. build_parent_dir: /usr/src/
  47. # hash necessary until github issue #9272 is addressed
  48. download_hash: 683d1164e361e2a0a8d52652840e2340
  49. gitpython:
  50. install_from_source: false
  51. cloud:
  52. template_sources:
  53. providers: salt://salt/files/cloud.providers.d
  54. profiles: salt://salt/files/cloud.profiles.d
  55. maps: salt://salt/files/cloud.maps.d
  56. salt_formulas:
  57. checkout_orig_branch: false
  58. git_opts:
  59. default:
  60. baseurl: https://github.com/saltstack-formulas
  61. basedir: /srv/formulas
  62. update: false
  63. options:
  64. rev: master
  65. output_loglevel: 'quiet'