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
edx
configuration
Commits
9eeb68d2
Unverified
Commit
9eeb68d2
authored
Feb 16, 2018
by
Feanil Patel
Committed by
GitHub
Feb 16, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4332 from edx/feanil/remove_yaml_config
Remove yaml config.
parents
ff68ed45
8f16fd28
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
19 deletions
+0
-19
playbooks/roles/edxapp/tasks/service_variant_config.yml
+0
-17
playbooks/roles/edxapp/templates/cms.auth.yaml.j2
+0
-1
playbooks/roles/edxapp/templates/lms.auth.yaml.j2
+0
-1
No files found.
playbooks/roles/edxapp/tasks/service_variant_config.yml
View file @
9eeb68d2
...
...
@@ -16,23 +16,6 @@
-
install:app-configuration
-
edxapp_cfg
# Old deprecated tag, will remove when possible
-
name
:
create auth and application yaml config
template
:
src
:
"
{{
item[0]
}}.{{
item[1]
}}.yaml.j2"
dest
:
"
{{
EDXAPP_CFG_DIR
}}/{{
item[0]
}}.{{
item[1]
}}.yaml"
owner
:
"
{{
edxapp_user
}}"
group
:
"
{{
common_web_group
}}"
mode
:
0640
become
:
true
with_nested
:
-
"
{{
service_variants_enabled
}}"
-
[
'
env'
,
'
auth'
]
tags
:
-
install
-
install:configuration
-
install:app-configuration
-
edxapp_cfg
# Old deprecated tag, will remove when possible
# write the supervisor scripts for the service variants
-
name
:
"
writing
{{
item
}}
supervisor
script"
template
:
...
...
playbooks/roles/edxapp/templates/cms.auth.yaml.j2
deleted
100644 → 0
View file @
ff68ed45
{{ cms_auth_config | to_nice_yaml }}
playbooks/roles/edxapp/templates/lms.auth.yaml.j2
deleted
100644 → 0
View file @
ff68ed45
{{ lms_auth_config | to_nice_yaml }}
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