Commit 206a9eea by e0d

add user specification.

parent f03e588b
......@@ -16,6 +16,7 @@
- name: create a database for edxapp
mysql_db: >
db=edxapp
login_user={{ EDXAPP_MYSQL_USER }}
login_password={{ EDXAPP_MYSQL_PASSWORD }}
state=present
encoding=utf8
......@@ -23,6 +24,7 @@
- name: create a database for xqueue
mysql_db: >
db=xqueue
login_user={{ XQUEUE_MYSQL_USER }}
login_password={{ XQUEUE_MYSQL_PASSWORD }}
state=present
encoding=utf8
......@@ -30,6 +32,7 @@
- name: create a database for ora
mysql_db: >
db=ora
login_user={{ ORA_MYSQL_USER }}
login_password={{ ORA_MYSQL_PASSWORD }}
state=present
encoding=utf8
......@@ -37,6 +40,7 @@
- name: create a database for discern
mysql_db: >
db=discern
login_user={{ DISCERN_MYSQL_USER }}
login_password={{ DISCERN_MYSQL_PASSWORD }}
state=present
encoding=utf8
......
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