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.

74 lines
1.6KB

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