12 lines
444 B
Plaintext
12 lines
444 B
Plaintext
install and configure mariadb on CentOS 7
|
|
|
|
variables:
|
|
|
|
mariadb_data_dir - default /var/lib/mysql
|
|
mariadb_version - default to 10.6.4
|
|
mariadb_user - default mysql
|
|
mariadb_root_password - lookup from group_names[0]}}/{{ inventory_hostname }}_mysql
|
|
mariadb_root_home - default /root
|
|
mariadb_root_username - default root
|
|
mariadb_backup_dir - directory where backups will be stored
|
|
mariadb_use_percona true - wether we install percona toolkit (wip) |