From cd72e0933d16b0fd174c21ce973b04b74143ef1f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 23 Mar 2015 19:22:50 +0100 Subject: Deploy the root password file --- roles/mariadb/templates/my.cnf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/mariadb/templates/my.cnf (limited to 'roles/mariadb/templates/my.cnf') 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 }} + -- cgit