This website requires JavaScript.
Explore
Help
Sign In
alanorth
/
ansible-personal
Watch
1
Star
0
Fork
0
You've already forked ansible-personal
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
5d506ebc65
ansible-personal
/
roles
/
mariadb
/
templates
/
.my.cnf.j2
4 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-08-16 23:35:57 +02:00
[client]
user=root
roles/mariadb: Quote the password in .my.conf template Ansible's mysql module can get this password and connect fine, but `mysql` on the command line chokes if the password is slightly complicated and is not quoted. Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-09-01 11:41:56 +02:00
password='{{ mariadb_root_password }}'
Reference in New Issue
Copy Permalink