Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl-rest-deploy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl-rest-deploy
Merge requests
!20
Update release 100 branch with all the latest commits from master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update release 100 branch with all the latest commits from master
master
into
release/100
Overview
0
Commits
15
Pipelines
0
Changes
6
Merged
Marek Szuba
requested to merge
master
into
release/100
4 years ago
Overview
0
Commits
15
Pipelines
0
Changes
1
Expand
Created by: msmanoj
0
0
Merge request reports
Viewing commit
9618e648
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9618e648
Update fallback task
· 9618e648
Tuan Le
authored
5 years ago
roles/rest_config_fb/tasks/main.yml
+
2
−
0
Options
@@ -12,9 +12,11 @@
template
:
src="{{ item.src }}" dest="{{ item.dest }}" mode=0640
with_items
:
-
{
src
:
"
{{
rest_private_dir
}}/conf/ensembl_rest.conf.j2"
,
dest
:
"
{{
ensembl_install_dir
}}/ensembl-rest/configurations/production/ensembl_rest_fallback.conf"
}
-
name
:
Add Fallback config file detection
blockinfile
:
dest
:
"
{{
PERL_RC
|
default('~/.bashrc')
}}"
marker
:
"
#
{mark}
fallback
config"
content
:
|
if [ "$REST_FALLBACK" = true ];then
export ENSEMBL_REST_CONFIG={{ ensembl_install_dir }}/ensembl-rest/configurations/production/ensembl_rest_fallback.conf