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.

121 lines
3.2KB

  1. # yamllint disable rule:indentation rule:line-length
  2. # Ubuntu-18.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.saltproject.io/py3/ubuntu/18.04/amd64/3003/SALTSTACK-GPG-KEY.pub
  46. libgit2: libgit2-22
  47. master:
  48. ext_pillar:
  49. - cmd_yaml: cat /etc/salt/yaml
  50. - stack:
  51. - /path/to/stack1.cfg
  52. - /path/to/stack2.cfg
  53. - reclass:
  54. inventory_base_uri: /etc/reclass
  55. - saltclass:
  56. - path: /srv/saltclass
  57. file_roots:
  58. base:
  59. - /srv/salt
  60. fileserver_backend:
  61. - rootfs
  62. gitfs_provider: gitpython
  63. pillar_roots:
  64. base:
  65. - /srv/pillar
  66. master_config_use_TOFS: false
  67. master_remove_config: false
  68. master_service: salt-master
  69. master_service_details:
  70. enabled: true
  71. state: running
  72. minion:
  73. file_roots:
  74. base:
  75. - /srv/salt
  76. fileserver_backend:
  77. - rootfs
  78. master: localhost
  79. master_type: str
  80. pillar_roots:
  81. base:
  82. - /srv/pillar
  83. minion_config_use_TOFS: false
  84. minion_remove_config: false
  85. minion_service: salt-minion
  86. minion_service_details:
  87. enabled: true
  88. state: running
  89. parallel: true
  90. pin_version: false
  91. pkgrepo: deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64]
  92. https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3003 bionic main
  93. pkgrepo_keyring: https://repo.saltproject.io/py3/ubuntu/18.04/amd64/3003/salt-archive-keyring.gpg
  94. pkgrepo_keyring_hash: sha256=ea38e0cdbd8dc53e1af154a8d711a2a321a69f81188062dc5cde9d54df2b8c47
  95. py_ver: py3
  96. pygit2: python-pygit2
  97. pyinotify: python-pyinotify
  98. python_dulwich: python-dulwich
  99. python_git: python-git
  100. release: '3003'
  101. restart_via_at: false
  102. retry_options:
  103. attempts: 5
  104. interval: 10
  105. splay: 10
  106. until: true
  107. rootgroup: root
  108. rootuser: root
  109. salt_api: salt-api
  110. salt_cloud: salt-cloud
  111. salt_master: salt-master
  112. salt_master_macos_plist_hash: ''
  113. salt_minion: salt-minion
  114. salt_minion_macos_plist_hash: ''
  115. salt_ssh: salt-ssh
  116. salt_syndic: salt-syndic
  117. ssh_roster: {}
  118. syndic_service: salt-syndic
  119. use_pip: false
  120. version: ''