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
63524e53
Commit
63524e53
authored
Apr 21, 2016
by
Bilal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding aws role and nginx site related code to edxapp-appneta playbook
parent
a9660c48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
playbooks/edx-east/edxapp-appneta.yml
+11
-2
playbooks/roles/appneta/defaults/main.yml
+0
-4
No files found.
playbooks/edx-east/appneta.yml
→
playbooks/edx-east/
edxapp-
appneta.yml
View file @
63524e53
# When running, do pass ACCESS_KEY for appneta account as an argument to playbook e.g.
# ansible-playbook appneta.yml -i "localhost," --extra-vars "ACCESS_KEY=xxx-xx-xx"
# ansible-playbook
edxapp-
appneta.yml -i "localhost," --extra-vars "ACCESS_KEY=xxx-xx-xx"
-
name
:
Deploy appneta
hosts
:
all
sudo
:
True
...
...
@@ -10,4 +10,13 @@
roles
:
-
appneta
-
edxapp
-
nginx
-
aws
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
nginx_default_sites
:
-
lms
nginx_extra_sites
:
"
{{
NGINX_EDXAPP_EXTRA_SITES
}}"
nginx_extra_configs
:
"
{{
NGINX_EDXAPP_EXTRA_CONFIGS
}}"
nginx_redirects
:
"
{{
NGINX_EDXAPP_CUSTOM_REDIRECTS
}}"
playbooks/roles/appneta/defaults/main.yml
View file @
63524e53
...
...
@@ -28,10 +28,6 @@ appneta_apt_repo: "deb http://{{ apt_server }}/{{ ACCESS_KEY }} {{ ansible_distr
#
# OS packages
#
nginx_extra_pkgs
:
-
nginx-extras
-
nginx-light
appneta_debian_pkgs
:
-
liboboe0
-
liboboe-dev
...
...
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