|
12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- galera:
- master:
- enabled: true
- name: galeracluster
- bind:
- address: 127.0.0.1
- port: 3306
- maintenance_password: password
- admin:
- user: user
- password: password
- members:
- - host: 127.0.0.1
- port: 4567
- - host: 127.0.0.1
- port: 4567
- - host: 127.0.0.1
- port: 4567
- mysql:
- server:
- users:
- - name: haproxy
- host: localhost
- - name: haproxy
- host: '%'
- - name: haproxy
- host: 127.0.0.1
- - name: clustercheck
- #host: localhost
- password: clustercheck
- database: '*.*'
- grants: PROCESS
- grant_option: False
- - name: inspector
- host: 127.0.0.1
- password: password
- databases:
- mydb:
- - database: mydb
- - table: mytable
- - grant_option: False
- - grants:
- - all privileges
|