aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--defaults/main.yml2
-rw-r--r--readme.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/defaults/main.yml b/defaults/main.yml
index 53e1ee9..f22d229 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -7,7 +7,7 @@ mariadb_opts: |
datadir = /var/mysql
innodb_buffer_pool_size = 128M
max_allowed_packet = 16M
-
+
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
diff --git a/readme.md b/readme.md
index cab4860..a842a3d 100644
--- a/readme.md
+++ b/readme.md
@@ -3,3 +3,8 @@
Somewhat similar to the Postgresql role I created. Should be pretty
easy to adapt to other distributions if you wish.
+
+
+You'll probably want to run `mysql_secure_installation` on the server
+and then set `mariadb_root_passwd` in the vars if you're using this in
+production.