Saltstack Official Salt Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

104 Zeilen
2.6KB

  1. # yamllint disable rule:indentation rule:line-length
  2. # Ubuntu-16.04
  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: null
  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: false
  42. version: 0.23.0
  43. version: 0.22.1
  44. install_packages: true
  45. key_url: https://repo.saltstack.com/py3/ubuntu/16.04/amd64/3001/SALTSTACK-GPG-KEY.pub
  46. libgit2: libgit2-22
  47. master:
  48. file_roots:
  49. base:
  50. - /srv/salt
  51. fileserver_backend:
  52. - rootfs
  53. gitfs_provider: gitpython
  54. pillar_roots:
  55. base:
  56. - /srv/pillar
  57. master_config_use_TOFS: false
  58. master_remove_config: false
  59. master_service: salt-master
  60. master_service_details:
  61. enabled: true
  62. state: running
  63. minion:
  64. file_roots:
  65. base:
  66. - /srv/salt
  67. fileserver_backend:
  68. - rootfs
  69. master: localhost
  70. master_type: true
  71. pillar_roots:
  72. base:
  73. - /srv/pillar
  74. minion_config_use_TOFS: false
  75. minion_remove_config: false
  76. minion_service: salt-minion
  77. minion_service_details:
  78. enabled: true
  79. state: running
  80. parallel: true
  81. pin_version: false
  82. pkgrepo: deb http://repo.saltstack.com/py3/ubuntu/16.04/amd64/3001 xenial main
  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: ''