bertvv / ansible-role-mariadb

Install MariaDB on RHEL/CentOS 7 or Fedora.
https://galaxy.ansible.com/bertvv/mariadb/
Other
144 stars 108 forks source link

Set [mariadb] configurable to allow MariaDB multi-instance #54

Open steph-perez opened 3 years ago

steph-perez commented 3 years ago

Hello, In the template file templates/etc_my.cnf.d_server.cnf.j2 the name [mariadb] is hard-coded. Is it possible to make this name dynamic? For example we would like to have [mariadb.inst1] in order to start it with systemctl start mariadb@inst1.service Thank you.