mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
added more tests
This commit is contained in:
parent
65c467ca0f
commit
f9cf5b3f89
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
<<: *mysql_params
|
<<: *mysql_params
|
||||||
name: '{{ user_name_1 }}'
|
name: '{{ user_name_1 }}'
|
||||||
state: absent
|
state: absent
|
||||||
|
force_context: yes
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: create user with ssl requirement
|
- name: create user with ssl requirement
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
name: "{{ user_name_1 }}"
|
name: "{{ user_name_1 }}"
|
||||||
password: "{{ user_password_1 }}"
|
password: "{{ user_password_1 }}"
|
||||||
priv: '*.*:ALL,GRANT'
|
priv: '*.*:ALL,GRANT'
|
||||||
|
force_context: yes
|
||||||
tls_requires:
|
tls_requires:
|
||||||
SSL:
|
SSL:
|
||||||
|
|
||||||
|
@ -84,6 +86,7 @@
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
state: absent
|
state: absent
|
||||||
|
force_context: yes
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ user_name_1 }}"
|
- "{{ user_name_1 }}"
|
||||||
- "{{ user_name_2 }}"
|
- "{{ user_name_2 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue