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.

118 lines
3.0KB

  1. # yamllint disable rule:indentation rule:line-length
  2. # AlmaLinux-8
  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: false
  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. key_url: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004/SALTSTACK-GPG-KEY.pub
  46. master:
  47. ext_pillar:
  48. - cmd_yaml: cat /etc/salt/yaml
  49. - stack:
  50. - /path/to/stack1.cfg
  51. - /path/to/stack2.cfg
  52. - reclass:
  53. inventory_base_uri: /etc/reclass
  54. - saltclass:
  55. - path: /srv/saltclass
  56. file_roots:
  57. base:
  58. - /srv/salt
  59. fileserver_backend:
  60. - rootfs
  61. gitfs_provider: pygit2
  62. pillar_roots:
  63. base:
  64. - /srv/pillar
  65. master_config_use_TOFS: false
  66. master_remove_config: false
  67. master_service: salt-master
  68. master_service_details:
  69. enabled: true
  70. state: running
  71. minion:
  72. file_roots:
  73. base:
  74. - /srv/salt
  75. fileserver_backend:
  76. - rootfs
  77. master: localhost
  78. master_type: str
  79. pillar_roots:
  80. base:
  81. - /srv/pillar
  82. minion_config_use_TOFS: false
  83. minion_remove_config: false
  84. minion_service: salt-minion
  85. minion_service_details:
  86. enabled: true
  87. state: running
  88. parallel: true
  89. pin_version: false
  90. pkgrepo: https://repo.saltproject.io/py3/redhat/$releasever/$basearch/3004
  91. pkgrepo_humanname: SaltStack repo for RHEL/CentOS $releasever
  92. pkgrepo_name: saltstack
  93. py_ver: py3
  94. pygit2: python-pygit2
  95. python_dulwich: python-dulwich
  96. python_git: GitPython
  97. release: '3004'
  98. restart_via_at: false
  99. retry_options:
  100. attempts: 5
  101. interval: 10
  102. splay: 10
  103. until: true
  104. rootgroup: root
  105. rootuser: root
  106. salt_api: salt-api
  107. salt_cloud: salt-cloud
  108. salt_master: salt-master
  109. salt_master_macos_plist_hash: ''
  110. salt_minion: salt-minion
  111. salt_minion_macos_plist_hash: ''
  112. salt_ssh: salt-ssh
  113. salt_syndic: salt-syndic
  114. ssh_roster: {}
  115. syndic_service: salt-syndic
  116. use_pip: false
  117. version: ''