mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 13:14:26 -07:00
TLS on mariadb is disabled by default
This commit is contained in:
parent
eb70737529
commit
490d045e4f
7 changed files with 60 additions and 6 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue