mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +00:00
connection arguments for anonymous user deletion
This commit is contained in:
parent
8361568c9d
commit
b74acd30ab
1 changed files with 3 additions and 0 deletions
|
@ -28,7 +28,10 @@ mysql_delete_anonymous_user_{{ host }}:
|
||||||
- absent
|
- absent
|
||||||
- host: {{ host }}
|
- host: {{ host }}
|
||||||
- name: ''
|
- name: ''
|
||||||
|
- connection_host: localhost
|
||||||
|
- connection_user: root
|
||||||
- connection_pass: {{ mysql_root_password }}
|
- connection_pass: {{ mysql_root_password }}
|
||||||
|
- connection_charset: utf8
|
||||||
- require:
|
- require:
|
||||||
- service: mysqld
|
- service: mysqld
|
||||||
- pkg: mysql_python
|
- pkg: mysql_python
|
||||||
|
|
Loading…
Add table
Reference in a new issue