Commit 02dbb2b2 by Feanil Patel

Create the mysqldatabase for the xqueue.

parent 0dc2efbf
......@@ -8,6 +8,15 @@
tags:
- xqueue
- name: create xqueue db
mysql_db: >
name={{xqueue_auth_config.DATABASES.default.NAME}}
login_host={{xqueue_auth_config.DATABASES.default.HOST}}
login_user={{xqueue_auth_config.DATABASES.default.USER}}
login_password={{xqueue_auth_config.DATABASES.default.PASSWORD}}
state=present
encoding=utf8
# Check out xqueue repo to $app_base_dir
- name: install git and its recommends
apt: pkg=git state=present install_recommends=yes
......
......@@ -116,3 +116,5 @@ xqueue_debian_pkgs:
- yui-compressor
- zip
- zlib1g-dev
# Needed to be able to create the xqueue mysqldb.
- python-mysqldb
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