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
7f55f488
Commit
7f55f488
authored
May 01, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bastion push
parent
eeeb2774
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
playbooks/roles/bastion/tasks/main.yml
+8
-2
No files found.
playbooks/roles/bastion/tasks/main.yml
View file @
7f55f488
...
...
@@ -17,15 +17,21 @@
-
name
:
install python and its recommends
apt
:
pkg=python state=installed install_recommends=yes force=yes
sudo
:
True
-
name
:
install python-dev and its recommends
apt
:
pkg=python-dev state=installed install_recommends=yes force=yes
sudo
:
True
-
name
:
install python pip and its recommends
apt
:
pkg=python-pip state=installed install_recommends=yes force=yes
sudo
:
True
-
name
:
install python virtualenv and its recommends
apt
:
pkg=python-virtualenv state=installed install_recommends=yes force=yes
sudo
:
True
-
name
:
install gccand its recommends
apt
:
pkg=gcc state=installed install_recommends=yes force=yes
sudo
:
True
-
name
:
git checkout configuration repo into $app_base_dir
git
:
dest=$app_base_dir/configuration repo=git@github.com:edx/configuration.git version=vik/ml-api
-
name
:
install requirements in python using pip
pip
:
requirements=$app_base_dir/configuration/ansible-requirements.txt virtualenv=/opt/edx
-
name
:
uploads any needed secret config files
file
:
src=../../../../../edx-secret dest=/path/to/symlink owner=ubuntu group=edx state=file
\ No newline at end of file
file
:
src=../../../../../edx-secret dest=$app_base_dir/edx-secret owner=ubuntu group=edx state=file
\ No newline at end of file
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