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.

gentoo-2-sysd.yaml 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. # yamllint disable rule:indentation rule:line-length
  2. # Gentoo-2
  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: true
  42. version: 0.23.0
  43. version: 0.23.0
  44. install_packages: true
  45. master:
  46. file_roots:
  47. base:
  48. - /srv/salt
  49. fileserver_backend:
  50. - rootfs
  51. gitfs_provider: gitpython
  52. pillar_roots:
  53. base:
  54. - /srv/pillar
  55. master_config_use_TOFS: false
  56. master_remove_config: false
  57. master_service: salt-master
  58. master_service_details:
  59. enabled: true
  60. state: running
  61. minion:
  62. file_roots:
  63. base:
  64. - /srv/salt
  65. fileserver_backend:
  66. - rootfs
  67. master: localhost
  68. master_type: true
  69. pillar_roots:
  70. base:
  71. - /srv/pillar
  72. minion_config_use_TOFS: false
  73. minion_remove_config: false
  74. minion_service: salt-minion
  75. minion_service_details:
  76. enabled: true
  77. state: running
  78. parallel: true
  79. pin_version: false
  80. pkgrepo: ''
  81. py_ver: py3
  82. pyinotify: dev-python/pyinotify
  83. python_dulwich: python-dulwich
  84. python_git: python-git
  85. release: '3001'
  86. restart_via_at: false
  87. rootgroup: root
  88. rootuser: root
  89. salt_api: app-admin/salt
  90. salt_cloud: app-admin/salt
  91. salt_master: app-admin/salt
  92. salt_master_macos_plist_hash: ''
  93. salt_minion: app-admin/salt
  94. salt_minion_macos_plist_hash: ''
  95. salt_ssh: salt-ssh
  96. salt_syndic: app-admin/salt
  97. ssh_roster: {}
  98. syndic_service: salt-syndic
  99. use_pip: false
  100. version: ''