TLS on mariadb is disabled by default

This commit is contained in:
R. Sicart 2021-11-19 16:24:59 +01:00
commit 490d045e4f
7 changed files with 60 additions and 6 deletions

View file

@ -24,6 +24,12 @@
login_port: '{{ mysql_primary_port }}'
block:
- name: Drop mysql user if exists
mysql_user:
<<: *mysql_params
name: '{{ user_name_1 }}'
state: absent
ignore_errors: yes
# ============================================================
- name: create mysql user {{user_name}}