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
I'm not so much interested in managing all teh things, but rather being able to manage the config files for MySQL server. Ideally the role would at a minimum:
allow for a host to choose MySQL or MariaDB
allow for managing my.cnf or probably /etc/mysql/conf.d/ilri.conf
I think we should investigate some common best practices for MySQL / MariaDB servers, based on guides like these where Oracle and friends are re-examining the defaults in their products:
We can have one big role - roles/db - which allows you to choose which DBMS(MySQL,PostgreSQL or MariaDB) you'd like to deploy.
Then, you can have a variable - preferred_dbms - which will contain the name of the dbms you'd like to deploy.
According to issue #1 on Github[1], we decided to have one role to
deploy either PostgreSQL, MySQL and or MariaDB depending on
the contents of preferred_dbms variable.
1. #1
Signed-off-by: James Oguya <[email protected]>
I'm not so much interested in managing all teh things, but rather being able to manage the config files for MySQL server. Ideally the role would at a minimum:
/etc/mysql/conf.d/ilri.conf
I think we should investigate some common best practices for MySQL / MariaDB servers, based on guides like these where Oracle and friends are re-examining the defaults in their products:
The text was updated successfully, but these errors were encountered: