Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.4KB

  1. # yamllint disable rule:indentation rule:line-length
  2. # Windows-8.1
  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: C:\salt\conf
  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: false
  79. pin_version: false
  80. pkgrepo: ''
  81. py_ver: py3
  82. python_dulwich: python-dulwich
  83. python_git: python-git
  84. release: '3000'
  85. restart_via_at: false
  86. rootgroup: root
  87. rootuser: kitchen
  88. salt_api: salt-api
  89. salt_cloud: salt-cloud
  90. salt_master: salt-master
  91. salt_master_macos_plist_hash: ''
  92. salt_minion: salt-minion-py3
  93. salt_minion_macos_plist_hash: ''
  94. salt_ssh: salt-ssh
  95. salt_syndic: salt-syndic
  96. ssh_roster: {}
  97. syndic_service: salt-syndic
  98. use_pip: false
  99. version: ''