From cfa478f040c4ba7990b4f420a3660a6f877ba4dc Mon Sep 17 00:00:00 2001 From: theonlydoo Date: Sun, 12 Oct 2014 15:05:07 +0200 Subject: [PATCH] debug still --- etc/host_vars/localhost.example | 2 +- roles/mariadb/templates/root-.my.cnf | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 roles/mariadb/templates/root-.my.cnf diff --git a/etc/host_vars/localhost.example b/etc/host_vars/localhost.example index 486d21d..23955f0 100644 --- a/etc/host_vars/localhost.example +++ b/etc/host_vars/localhost.example @@ -6,5 +6,5 @@ ntp_server1: 0.pool.ntp.org ntp_server2: 1.pool.ntp.org disable_ipv6: true domain: test.net - +mariadb_version: 10.0 # vim: set textwidth=0 ft=yaml: diff --git a/roles/mariadb/templates/root-.my.cnf b/roles/mariadb/templates/root-.my.cnf new file mode 100644 index 0000000..07a51c0 --- /dev/null +++ b/roles/mariadb/templates/root-.my.cnf @@ -0,0 +1,6 @@ +# aaaaaaaaaaaaaa + +[client] +user = root +password = {{ rootpassword }} +