From 4e984859529e9d0c8437620522730a174f835b56 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 18 Nov 2017 00:10:35 +0100 Subject: Add mariadb module --- roles/mariadb/templates/custom.cnf | 4 ---- roles/mariadb/templates/my.cnf | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 roles/mariadb/templates/custom.cnf delete mode 100644 roles/mariadb/templates/my.cnf (limited to 'roles/mariadb/templates') diff --git a/roles/mariadb/templates/custom.cnf b/roles/mariadb/templates/custom.cnf deleted file mode 100644 index bbdfc4f..0000000 --- a/roles/mariadb/templates/custom.cnf +++ /dev/null @@ -1,4 +0,0 @@ -# {{ ansible_managed }} -[mysqld] -bind-address = 127.0.0.1 - diff --git a/roles/mariadb/templates/my.cnf b/roles/mariadb/templates/my.cnf deleted file mode 100644 index fa14aca..0000000 --- a/roles/mariadb/templates/my.cnf +++ /dev/null @@ -1,4 +0,0 @@ -[client] -user = root -password = {{ mariadb_pass }} - -- cgit