Commit 6aea5687 by Muhammad Ammar Committed by GitHub

Merge pull request #4159 from edx/ammar/veda-no-op-roles

veda no-op roles
parents 1c1fd075 6389f603
- name: Deploy edX VEDA delivery Worker
hosts: all
gather_facts: True
roles:
- veda_delivery_worker
- name: Deploy edX VEDA Encode Worker
hosts: all
gather_facts: True
roles:
- veda_encode_worker
- name: Deploy edX VEDA Intake Worker
hosts: all
gather_facts: True
roles:
- veda_intake_worker
- name: Deploy edX Video Pipeline Web Frontend
hosts: all
gather_facts: True
roles:
- veda_web_frontend
---
dependencies:
- video_pipeline_base
---
dependencies:
- video_pipeline_base
---
dependencies:
- video_pipeline_base
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