Saltstack Official Salt Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

55 lines
1.2KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. salt:
  4. install_packages: True
  5. use_pip: False
  6. clean_config_d_dir: True
  7. config_path: /etc/salt
  8. minion_remove_config: False
  9. master_remove_config: False
  10. minion_service: salt-minion
  11. master_service: salt-master
  12. api_service: salt-api
  13. syndic_service: salt-syndic
  14. salt_master: salt-master
  15. salt_minion: salt-minion
  16. salt_syndic: salt-syndic
  17. salt_cloud: salt-cloud
  18. salt_api: salt-api
  19. salt_ssh: salt-ssh
  20. python_git: python-git
  21. python_dulwich: python-dulwich
  22. master:
  23. gitfs_provider: gitpython
  24. gitfs:
  25. dulwich:
  26. install_from_source: True
  27. pygit2:
  28. install_from_source: True
  29. version: 0.23.0
  30. git:
  31. # if not false, should be state name
  32. require_state: False
  33. install_from_package: git
  34. libgit2:
  35. version: 0.23.0
  36. install_from_source: True
  37. build_parent_dir: /usr/src/
  38. # hash necessary until github issue #9272 is addressed
  39. download_hash: 683d1164e361e2a0a8d52652840e2340
  40. gitpython:
  41. install_from_source: False
  42. cloud:
  43. template_sources:
  44. providers: salt://salt/files/cloud.providers.d
  45. profiles: salt://salt/files/cloud.profiles.d
  46. maps: salt://salt/files/cloud.maps.d