Initial commit of MariaDB role
Change-Id: I8d35374da716712ecf0ab1f748c952cbc2635969
diff --git a/templates/user.my.cnf.j2 b/templates/user.my.cnf.j2
new file mode 100644
index 0000000..cdf86c5
--- /dev/null
+++ b/templates/user.my.cnf.j2
@@ -0,0 +1,9 @@
+{#
+SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+SPDX-License-Identifier: Apache-2.0
+#}
+# mariadb templates/user.my.cnf.j2 - {{ ansible_managed }}
+
+[client]
+user=root
+password="{{ mariadb_root_password }}"