mariadb: adjust the setting of root password.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d9cdb2583d
commit
8802fc1823
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
|||
no_log: True
|
||||
mysql_user:
|
||||
name: root
|
||||
login_user: root
|
||||
login_password: "{{ mariadb_root_password }}"
|
||||
user: root
|
||||
password: "{{ mariadb_root_password }}"
|
||||
login_unix_socket: /var/lib/mysql/mysql.sock
|
||||
check_implicit_admin: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue