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
206a9eea
Commit
206a9eea
authored
Feb 07, 2014
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add user specification.
parent
f03e588b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
playbooks/roles/edxlocal/tasks/main.yml
+4
-0
No files found.
playbooks/roles/edxlocal/tasks/main.yml
View file @
206a9eea
...
...
@@ -16,6 +16,7 @@
-
name
:
create a database for edxapp
mysql_db
:
>
db=edxapp
login_user={{ EDXAPP_MYSQL_USER }}
login_password={{ EDXAPP_MYSQL_PASSWORD }}
state=present
encoding=utf8
...
...
@@ -23,6 +24,7 @@
-
name
:
create a database for xqueue
mysql_db
:
>
db=xqueue
login_user={{ XQUEUE_MYSQL_USER }}
login_password={{ XQUEUE_MYSQL_PASSWORD }}
state=present
encoding=utf8
...
...
@@ -30,6 +32,7 @@
-
name
:
create a database for ora
mysql_db
:
>
db=ora
login_user={{ ORA_MYSQL_USER }}
login_password={{ ORA_MYSQL_PASSWORD }}
state=present
encoding=utf8
...
...
@@ -37,6 +40,7 @@
-
name
:
create a database for discern
mysql_db
:
>
db=discern
login_user={{ DISCERN_MYSQL_USER }}
login_password={{ DISCERN_MYSQL_PASSWORD }}
state=present
encoding=utf8
...
...
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