Commit 831675f0 by John Jarvis

comment

parent 0a991949
......@@ -13,12 +13,19 @@
- name: install mysql server and recommends
apt: pkg=mysql-server-5.5 state=present install_recommends=yes
- name: create a database
- name: create a database for edxapp
mysql_db: >
db=wwc
state=present
encoding=utf8
- name: create a database for xqueue
mysql_db: >
db=xqueue
state=present
encoding=utf8
- name: install mongo server and recommends
apt: pkg=mongodb-server state=present install_recommends=yes
......
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