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
57d1d748
Commit
57d1d748
authored
Jun 27, 2016
by
Feanil Patel
Committed by
GitHub
Jun 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3176 from edx/feanil/httplib2
This needs to be installed on the servers not locally.
parents
62f6f866
8831e4f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
playbooks/roles/user/defaults/main.yml
+3
-0
playbooks/roles/user/tasks/main.yml
+8
-0
requirements.txt
+0
-3
No files found.
playbooks/roles/user/defaults/main.yml
View file @
57d1d748
...
...
@@ -35,3 +35,6 @@ user_rbash_links:
# will take precedence over the paramter
user_info
:
[]
user_debian_pkgs
:
# This is needed for the uri module to work correctly.
-
python-httplib2
playbooks/roles/user/tasks/main.yml
View file @
57d1d748
...
...
@@ -70,6 +70,14 @@
# want to provide more binaries add them to user_rbash_links
# which can be passed in as a parameter to the role.
#
-
name
:
Install debian packages user role needs
apt
:
name
:
"
{{
item
}}"
install_recommends
:
yes
state
:
present
update_cache
:
yes
with_items
:
"
{{
user_debian_pkgs
}}"
when
:
ansible_distribution in common_debian_variants
-
debug
:
var
:
user_info
...
...
requirements.txt
View file @
57d1d748
...
...
@@ -14,9 +14,6 @@ awscli==1.10.28
requests
==2.9.1
datadog
==0.8.0
# Needed to fetch github keys when deploying instances
httplib2
==0.9.2
# Needed for the mongo_* modules (playbooks/library/mongo_*)
pymongo
==3.1
...
...
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