Commit 7c77ac24 by Jason Bau

Merge pull request #488 from edx/jbau/phpmyadmin

add host for mysql
parents a92c7bf3 f17ff0ff
......@@ -37,7 +37,7 @@
mysql_user: >
login_host={{ MYSQL_SERVER_HOST }}
login_user={{ MYSQL_SERVER_USER }} login_password={{ MYSQL_SERVER_PASS }}
name={{ PHPMYADMIN_CONTROLUSER }} password={{ PHPMYADMIN_CONTROLPASS }}
name={{ PHPMYADMIN_CONTROLUSER }} password={{ PHPMYADMIN_CONTROLPASS }} host="%"
state=present
tags:
- php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment