Commit af850807 by muhammad-ammar

more changes

parent 3b139527
...@@ -9,5 +9,6 @@ ...@@ -9,5 +9,6 @@
- "roles/ecommerce/defaults/main.yml" - "roles/ecommerce/defaults/main.yml"
- "roles/credentials/defaults/main.yml" - "roles/credentials/defaults/main.yml"
- "roles/discovery/defaults/main.yml" - "roles/discovery/defaults/main.yml"
- "roles/video_pipeline/defaults/main.yml"
roles: roles:
- oauth_client_setup - oauth_client_setup
...@@ -69,6 +69,13 @@ localdev_accounts: ...@@ -69,6 +69,13 @@ localdev_accounts:
repo: "discovery" repo: "discovery"
} }
- {
user: "{{ video_pipeline_user|default('None') }}",
home: "{{ video_pipeline_home|default('None') }}",
env: "pipeline_env",
repo: "edx-video-pipeline"
}
# Helpful system packages for local dev # Helpful system packages for local dev
local_dev_pkgs: local_dev_pkgs:
- vim - vim
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# {{ ansible_managed }} # {{ ansible_managed }}
# #
# Author: Muhammad Ammar
{% if "video_pipeline" in nginx_default_sites %} {% if "video_pipeline" in nginx_default_sites %}
{% set default_site = "default_server" %} {% set default_site = "default_server" %}
{% else %} {% else %}
......
...@@ -49,3 +49,4 @@ dependencies: ...@@ -49,3 +49,4 @@ dependencies:
edx_django_service_extra_apps: '{{ VIDEO_PIPELINE_EXTRA_APPS }}' edx_django_service_extra_apps: '{{ VIDEO_PIPELINE_EXTRA_APPS }}'
edx_django_service_automated_users: '{{ VIDEO_PIPELINE_AUTOMATED_USERS }}' edx_django_service_automated_users: '{{ VIDEO_PIPELINE_AUTOMATED_USERS }}'
edx_django_service_use_python3: false edx_django_service_use_python3: false
nginx_edx_django_service_gunicorn_hosts: '{{ NGINX_VIDEO_PIPELINE_GUNICORN_HOSTS }}'
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