mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-11 13:52:10 +07:00
Galera improvements (#28)
* add galera cluster name * add galera cluster stt method * disable query cache only when mariadb is 10.0
This commit is contained in:
@@ -137,9 +137,10 @@ mariadb_key_ids: ['0xcbcb082a1bb943db', '0xf1656f24c74cd1d8']
|
||||
mariadb_galera_resetup: false
|
||||
mariadb_galera_members: []
|
||||
mariadb_galera_primary_node: 'change_me' # See: https://github.com/ansible/ansible/issues/17453
|
||||
mariadb_wsrep_stt_method: 'rsync'
|
||||
|
||||
# -------------------------------------
|
||||
# Percona
|
||||
# Percona
|
||||
# -------------------------------------
|
||||
mariadb_percona_repository: 'http://repo.percona.com/apt'
|
||||
mariadb_use_percona_apt: false
|
||||
|
||||
Reference in New Issue
Block a user