diff options
author | Michael Scherer <misc@redhat.com> | 2017-11-18 00:10:35 +0100 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2017-11-18 00:16:05 +0100 |
commit | 4e984859529e9d0c8437620522730a174f835b56 (patch) | |
tree | 5dec79ef7c8489adc728a45616fce1c53a125fe7 /roles/mariadb/templates | |
parent | 93d331a8790d46c3dcebc1aedfe7a06c8ed3a4d0 (diff) |
Add mariadb module
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 }} - |