diff --git a/roles/mariadb/templates/my.cnf.j2 b/roles/mariadb/templates/my.cnf.j2 new file mode 100644 index 0000000..565811f --- /dev/null +++ b/roles/mariadb/templates/my.cnf.j2 @@ -0,0 +1,3 @@ +[client] +user = root +password = {{ mariadb_root_password }}