Saltstack Official Galera Formula
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

49 linhas
919B

  1. galera:
  2. engine: mariadb
  3. master:
  4. enabled: true
  5. name: galeracluster
  6. bind:
  7. address: 127.0.0.1
  8. port: 3306
  9. maintenance_password: password
  10. admin:
  11. user: root
  12. password: password
  13. members:
  14. - host: 127.0.0.1
  15. port: 4567
  16. clustercheck:
  17. enabled: False
  18. mysql:
  19. server:
  20. enabled: true
  21. bind:
  22. address: 0.0.0.0
  23. port: 3306
  24. protocol: tcp
  25. database:
  26. mydb:
  27. encoding: 'utf8'
  28. users:
  29. - name: haproxy
  30. host: localhost
  31. - name: haproxy
  32. host: '%'
  33. - name: haproxy
  34. host: 127.0.0.1
  35. - name: clustercheck
  36. #host: localhost
  37. password: password
  38. database: '*.*'
  39. grants: PROCESS
  40. - name: inspector
  41. host: 127.0.0.1
  42. password: password
  43. databases:
  44. - database: mydb
  45. table: mytable
  46. grant_option: True
  47. grants:
  48. - all privileges