diff options
Diffstat (limited to 'roles/mariadb/templates')
-rw-r--r-- | roles/mariadb/templates/custom.cnf | 3 |
1 files changed, 3 insertions, 0 deletions
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 + |