Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
38502cbb
Commit
38502cbb
authored
8 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make cookiecutter allow extra debian pkgs.
parent
b2377f00
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
playbooks/roles/ansible-role-django-ida/templates/defaults/main.yml.j2
+2
-0
playbooks/roles/ansible-role-django-ida/templates/docker/build/ROLE_NAME/Dockerfile.j2
+1
-1
playbooks/roles/ansible-role-django-ida/templates/meta/main.yml.j2
+1
-1
No files found.
playbooks/roles/ansible-role-django-ida/templates/defaults/main.yml.j2
View file @
38502cbb
...
...
@@ -98,6 +98,8 @@
{{ role_name|upper }}_HOSTNAME: '~^((stage|prod)-)?{{ role_name|replace('_', '-') }}.*'
{{ role_name|upper }}_DEBIAN_EXTRA_PKGS: []
nginx_{{ role_name }}_gunicorn_hosts:
- 127.0.0.1
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/ansible-role-django-ida/templates/docker/build/ROLE_NAME/Dockerfile.j2
View file @
38502cbb
...
...
@@ -7,7 +7,7 @@
# This allows the dockerfile to update /edx/app/edx_ansible/edx_ansible
# with the currently checked-out configuration repo.
FROM edxops/
trusty
-common:latest
FROM edxops/
xenial
-common:latest
MAINTAINER edxops
ARG {{ role_name|upper }}_VERSION=master
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/ansible-role-django-ida/templates/meta/main.yml.j2
View file @
38502cbb
...
...
@@ -21,5 +21,5 @@ dependencies:
edx_service_user: "{{ '{{' }} {{ role_name }}_user }}"
edx_service_home: "{{ '{{' }} {{ role_name }}_home }}"
edx_service_packages:
debian: "{{ '{{' }} {{ role_name }}_debian_pkgs }}"
debian: "{{ '{{' }} {{ role_name }}_debian_pkgs
+ {{ role_name|upper }}_DEBIAN_EXTRA_PKGS
}}"
redhat: "{{ '{{' }} {{ role_name }}_redhat_pkgs }}"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment