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
a6c16cf7
Commit
a6c16cf7
authored
Jul 16, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #161 from edx/jarv/ansible-version-fix-deploy
Jarv/ansible version fix deploy
parents
fd917444
8ec5189a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ansible-requirements.txt
+1
-2
playbooks/roles/edxapp/tasks/deploy.yml
+4
-2
No files found.
ansible-requirements.txt
View file @
a6c16cf7
Jinja2
==2.6
PyYAML
==3.10
# http://stackoverflow.com/questions/11597103/modify-setup-py-to-support-pip-install-from-github
git+git://github.com/ansible/ansible@devel#egg=ansible
ansible
==1.2.2
argparse
==1.2.1
boto
==2.8.0
paramiko
==1.10.1
...
...
playbooks/roles/edxapp/tasks/deploy.yml
View file @
a6c16cf7
...
...
@@ -140,6 +140,7 @@
sudo
:
yes
sudo_user
:
www-data
environment
:
"
{{
deploy_environment
}}"
ignore_errors
:
yes
tags
:
-
lms
-
lms-preview
...
...
@@ -152,6 +153,7 @@
sudo
:
yes
sudo_user
:
www-data
environment
:
"
{{
deploy_environment
}}"
ignore_errors
:
yes
tags
:
-
cms
-
deploy
...
...
@@ -162,6 +164,7 @@
sudo
:
yes
sudo_user
:
www-data
environment
:
"
{{
deploy_environment
}}"
ignore_errors
:
yes
tags
:
-
cms
-
deploy
...
...
@@ -277,4 +280,4 @@
-
lms-xml
-
lms-preview
-
cms
-
deploy
\ No newline at end of file
-
deploy
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