summaryrefslogtreecommitdiffstats
path: root/roles/common-SQL/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-15 22:51:44 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:25 +0200
commitfaee1bbc276b63a81f3b81eae0f02bcaffabca6d (patch)
treefccc7fe2893b5a245dc56a3e1b86fbbef1f18de6 /roles/common-SQL/handlers
parent8dfcb7e08442b4af8f285bdd7732750938b25b9f (diff)
Load relevant MySQL authplugins.
Also, turn off all TCP/IP listener ports.
Diffstat (limited to 'roles/common-SQL/handlers')
-rw-r--r--roles/common-SQL/handlers/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/common-SQL/handlers/main.yml b/roles/common-SQL/handlers/main.yml
new file mode 100644
index 0000000..435c20e
--- /dev/null
+++ b/roles/common-SQL/handlers/main.yml
@@ -0,0 +1,3 @@
+---
+- name: Restart MySQL
+ service: name=mysql state=restarted