From 0379abc36cd3d0a283ae514ff3b95cc1b790e7de Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 12 Dec 2014 15:55:58 +0100 Subject: Add mariadb module --- roles/mariadb/templates/custom.cnf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/mariadb/templates/custom.cnf (limited to 'roles/mariadb/templates') diff --git a/roles/mariadb/templates/custom.cnf b/roles/mariadb/templates/custom.cnf new file mode 100644 index 0000000..258f81e --- /dev/null +++ b/roles/mariadb/templates/custom.cnf @@ -0,0 +1,3 @@ +[mysqld] +bind-address = 127.0.0.1 + -- cgit