diff --git a/roles/database_server/templates/root_my.cnf.j2 b/roles/database_server/templates/root_my.cnf.j2 new file mode 100644 index 0000000000000000000000000000000000000000..56edaaa7e0705e47f2061e82a5ad6e2eac60f9d3 --- /dev/null +++ b/roles/database_server/templates/root_my.cnf.j2 @@ -0,0 +1,3 @@ +[client] +user=root +password={{ db_root_password }}