Commit 38f1e6da by edward Committed by Edward Zarecor

hacking

parent c209b347
FROM edxops/trusty-common:v3
MAINTAINER edxops
ADD . /edx/app/edx_ansible/edx_ansible
#COPY docker/build/xqwatcher/ansible_overrides.yml /
WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays
RUN /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook harstorage.yml \
-i '127.0.0.1,' -c local \
-e@/ansible_overrides.yml
WORKDIR /edx/app
#CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
- name: Deploy Harstorage
hosts: all
sudo: True
gather_facts: True
roles:
- docker
- mongo
- harstorage
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