Skip to content

Commit aed2aac

Browse files
authored
parameterize cluster user privs (#568)
1 parent e2cd7ac commit aed2aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/galera/tasks/cluster_nodes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
mysql_user:
216216
name: "{{ mariadb_cluster_user }}"
217217
password: "{{ mariadb_cluster_password }}"
218-
priv: "*.*:RELOAD,PROCESS,LOCK TABLES,BINLOG MONITOR,REPLICA MONITOR"
218+
priv: "{{ mariadb_cluster_user_privs | default('*.*:RELOAD,PROCESS,LOCK TABLES,BINLOG MONITOR,REPLICA MONITOR') }}"
219219
state: present
220220
login_user: root
221221
login_password: "{{ mariadb_root_password }}"

0 commit comments

Comments
 (0)