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
73bff7d6
Commit
73bff7d6
authored
Oct 30, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
updating from master, resolving conflicts
parents
257c8a5c
a84a6e8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
playbooks/roles/edxapp/defaults/main.yml
+3
-1
playbooks/roles/jenkins_worker/tasks/system.yml
+6
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
73bff7d6
...
...
@@ -149,8 +149,9 @@ edxapp_all_req_files:
# TODO: old style variable syntax is necessary
# for lists and dictionaries
edxapp_environment
:
LANG
:
"
en_US.UTF-8"
LANG
:
$EDXAPP_LANG
NO_PREREQ_INSTALL
:
1
SKIP_WS_MIGRATIONS
:
1
RBENV_ROOT
:
$edxapp_rbenv_root
...
...
@@ -158,6 +159,7 @@ edxapp_environment:
GEM_PATH
:
$edxapp_gem_root
PATH
:
$edxapp_deploy_path
edxapp_generic_auth_config
:
&edxapp_generic_auth
AWS_ACCESS_KEY_ID
:
$EDXAPP_AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
:
$EDXAPP_AWS_SECRET_ACCESS_KEY
...
...
playbooks/roles/jenkins_worker/tasks/system.yml
View file @
73bff7d6
...
...
@@ -44,3 +44,9 @@
-
name
:
jenkins_worker | Add script to set up environment variables
template
:
src=jenkins_env.sh.j2 dest=/usr/local/bin/jenkins_env.sh
owner=root group=root mode=0555
# Need to add Github to known_hosts to avoid
# being prompted when using git through ssh
-
name
:
jenkins_worker | Add github.com to known_hosts if it does not exist
shell
:
>
ssh-keygen -f {{ jenkins_user_home }}/.ssh/known_hosts -H -F github.com | grep -q found || ssh-keyscan -H github.com > {{ jenkins_user_home }}/.ssh/known_hosts
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