mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-15 14:12:10 +07:00
Galera install imrovements
- Do not force package ('galera-3' was hard coded)
- Prevent some crashes when galera is installed with mariadb at the same
time
This commit is contained in:
@@ -133,6 +133,8 @@ mariadb_galera_members: []
|
||||
mariadb_galera_primary_node: 'change_me' # See: https://github.com/ansible/ansible/issues/17453
|
||||
mariadb_wsrep_stt_method: 'rsync'
|
||||
|
||||
mariadb_galera_package_name: 'galera-4'
|
||||
|
||||
# -------------------------------------
|
||||
# Debug
|
||||
# -------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user