Commit 478181e6 by Kevin Falcone

Provide a test box for the mysql role

parent 05e06762
FROM edxops/xenial-common:latest
MAINTAINER edxops
ADD . /edx/app/edx_ansible/edx_ansible
COPY docker/build/mysql/ansible_overrides.yml /
WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays
RUN /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook -vvvv mysql.yml \
-i '127.0.0.1,' -c local \
-e@/ansible_overrides.yml
WORKDIR /edx/app
- name: Deploy MySQL 5.6
hosts: all
sudo: True
gather_facts: True
roles:
- common_vars
- docker
- mysql
......@@ -22,3 +22,4 @@ weights:
- rabbitmq: 2
- automated: 1
- programs: 4
- mysql: 2
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