9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
|
# ------------------------------------------
|
||
|
# {{ ansible_managed }}
|
||
|
# ------------------------------------------
|
||
|
|
||
|
[client]
|
||
|
user=root
|
||
|
pass={{ mysql_root_password }}
|
||
|
|