Skip to content

Commit b04e496

Browse files
committed
Fix table
1 parent ec02a1d commit b04e496

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ This role accept this variables:
3030
| `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 |
3131
| `resolv_mode` | `no` | `dns` | How MySQL resolve the names, default dns. If set to *host* the /etc/hosts file will be overwritten |
3232
| `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 |
43-
| `mysql_replication_mode` | `no` | `` | [InnoDB Cluster](https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster-introduction.html), [GTID](https://dev.mysql.com/doc/mysql-replication-excerpt/5.6/en/replication-gtids.html), Empty/None (default) |
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 |
43+
| `mysql_replication_mode` | `no` | `` | [InnoDB Cluster](https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster-introduction.html), [GTID](https://dev.mysql.com/doc/mysql-replication-excerpt/5.6/en/replication-gtids.html), Empty/None (default) |
4444

4545
| `mysql_gr_name` | `no` | | `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. UUID of the Group Replication |
4646
| `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

Comments
 (0)