You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,17 @@ This role accept this variables:
30
30
|`disable_selinux`|`no`|`no`| Disable SELinux. Default no, if you want to configure SELinux use another Role. You can disable SELinux setting this variable to yes |
31
31
|`resolv_mode`|`no`|`dns`| How MySQL resolve the names, default dns. If set to *host* the /etc/hosts file will be overwritten |
32
32
|`mysql_listen_all_interfaces`|`no`|`no`| Set this variable to yes to allow MySQL to listen on all interfaces 0.0.0.0/0. Otherwise the listen ip address will be retrieved using *mysql_subnet* variable |
33
-
|`mysql_user`|`no`||`mysql`| MySQL system user |
34
-
|`mysql_group`|`no`||`mysql`| Group of the MySQL search system user |
35
-
|`mysql_data_dir`|`no`||`/var/lib/mysql`| MySQL data dir |
36
-
|`mysql_log_dir`|`no`||`/var/log/mysql`| MySQL log dir |
37
-
|`mysql_conf_dir`|`no`||`/etc/mysql`| MySQL conf dir |
38
-
|`mysql_pid_dir`|`no`||`/var/run/mysqld`| MySQL pid dir |
39
-
|`mysql_operator_user`|`no`||`operator`| MySQL operator user, used to bootstrap MySQL InnoDB Cluster. |
40
-
|`mysql_operator_password`|`no`||`Op3r4torMyPw`| Password of operator user |
41
-
|`mysql_replica_user`|`no`||`replica`| MySQL replica user. Used for all the replica operations |
42
-
|`mysql_replica_password`|`no`||`rEpL1c4p4Sw0,rd`| Password of replica user |
|`mysql_gr_name`|`no`|| `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. UUID of the Group Replication |
46
46
|`mysql_gr_vcu`|`no`|| `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. Group Replication [view change uuid](https://dev.mysql.com/doc/refman/8.0/en/group-replication-options.html#sysvar_group_replication_view_change_uuid)|
0 commit comments