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
99421cc8
Commit
99421cc8
authored
Feb 03, 2017
by
Edward Zarecor
Committed by
GitHub
Feb 03, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3670 from edx/e0d/password-updates
fixing bugs reported in slack
parents
7837a1ff
00be986f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
playbooks/roles/rabbitmq/defaults/main.yml
+3
-1
playbooks/sample_vars/passwords.yml
+10
-0
No files found.
playbooks/roles/rabbitmq/defaults/main.yml
View file @
99421cc8
...
...
@@ -9,11 +9,13 @@ rabbitmq_cfg_dir: "{{ COMMON_CFG_DIR }}/rabbitmq"
rabbitmq_user
:
"
rabbitmq"
rabbitmq_group
:
"
rabbitmq"
RABBIT_ADMIN_PASSWORD
:
'
the
example
admin
password'
# Environment specific vars
RABBIT_ERLANG_COOKIE
:
'
DEFAULT_COOKIE'
RABBIT_USERS
:
-
name
:
'
admin'
password
:
'
the
example
admin
password'
password
:
"
{{
RABBIT_ADMIN_PASSWORD
}}"
-
name
:
'
edx'
password
:
'
edx'
-
name
:
'
celery'
...
...
playbooks/sample_vars/passwords.yml
View file @
99421cc8
...
...
@@ -63,6 +63,8 @@ EDXAPP_MONGO_USER: 'edxapp'
FORUM_MONGO_USER
:
"
cs_comments_service"
FORUM_MONGO_PASSWORD
:
!!null
RABBIT_ADMIN_PASSWORD
:
!!null
# Secret keys for Django Applicatons
ANALYTICS_API_SECRET_KEY
:
!!null
#SECRET_KEY
CREDENTIALS_SECRET_KEY
:
!!null
#SECRET_KEY
...
...
@@ -84,3 +86,11 @@ MONGO_USERS:
password
:
"
{{
EDXAPP_MONGO_PASSWORD
}}"
database
:
edxapp
roles
:
readWrite
RABBIT_USERS
:
-
name
:
'
admin'
password
:
"
{{
RABBIT_ADMIN_PASSWORD
}}"
-
name
:
'
edx'
password
:
"
{{
XQUEUE_RABBITMQ_PASS
}}"
-
name
:
'
celery'
password
:
"
{{
EDXAPP_CELERY_PASSWORD
}}"
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