diff options
Diffstat (limited to 'roles/mariadb/templates')
-rw-r--r-- | roles/mariadb/templates/custom.cnf | 4 | ||||
-rw-r--r-- | roles/mariadb/templates/my.cnf | 4 |
2 files changed, 0 insertions, 8 deletions
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 }} - |