diff options
Diffstat (limited to 'roles/mariadb/templates')
-rw-r--r-- | roles/mariadb/templates/my.cnf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/mariadb/templates/my.cnf b/roles/mariadb/templates/my.cnf new file mode 100644 index 0000000..21e6a1b --- /dev/null +++ b/roles/mariadb/templates/my.cnf @@ -0,0 +1,4 @@ +[client] +user = root +password = {{ mariadb_root_pw }} + |