Commit 1c4034bd by Feanil Patel

XServer Deploy tasks.

parent 8c19e065
- name: stop xserver
service: name=xserver state=stopped
tags:
- deploy
- name: checkout code
git: dest={{ xserver_code_dir }} repo={{ xserver_source_repo }} version={{ lms_version }}
tags:
- deploy
- name: start xserver
service: name=xserver state=started
tags:
- deploy
# Provision and bring up xserver
---
- include: deploy.yml
# Variables for the xserver.
---
xserver_code_dir: "{{ app_base_dir }}/xserver"
xserver_source_repo: git://github.com/edx/xserver.git
# This should probably be overridden in the playbook or groupvars
# with the default pointing to the head of master.
lms_version: HEAD
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