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
7edc4201
Commit
7edc4201
authored
Oct 10, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving pkgs to defaults for edxlocal
parent
97e5bdb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
playbooks/roles/edxlocal/defaults/main.yml
+6
-0
playbooks/roles/edxlocal/tasks/main.yml
+2
-8
No files found.
playbooks/roles/edxlocal/defaults/main.yml
0 → 100644
View file @
7edc4201
---
edxlocal_debian_pkgs
:
-
pymongo
-
python-mysqldb
-
mysql-server-5.5
-
postfix
playbooks/roles/edxlocal/tasks/main.yml
View file @
7edc4201
...
...
@@ -11,14 +11,8 @@
# http://downloads.mysql.com/archives/mysql-5.1/mysql-5.1.62.tar.gz
#
---
-
name
:
edxlocal | install python-pymongo (req for ansible)
pip
:
name=pymongo
-
name
:
edxlocal | install python-mysqldb (req for ansible)
apt
:
pkg=python-mysqldb state=present
-
name
:
edxlocal | install mysql server and recommends
apt
:
pkg=mysql-server-5.5 state=present install_recommends=yes
-
name
:
edxlocal| install packages needed for single server
apt
:
pkg={{','.join(edxlocal_debian_pkgs)}} install_recommends=yes state=present
-
name
:
edxlocal | create a database for edxapp
mysql_db
:
>
...
...
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