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
67db8fd2
Commit
67db8fd2
authored
Sep 09, 2013
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx-west playbook cleanup
parent
85bdb2be
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
11 additions
and
105 deletions
+11
-105
playbooks/edx-west/cme-prod-app.yml
+11
-5
playbooks/edx-west/edxapp_prod_apache.yml
+0
-21
playbooks/edx-west/edxapp_prod_debug.yml
+0
-25
playbooks/edx-west/edxapp_prod_local.yml
+0
-18
playbooks/edx-west/edxapp_ref.yml
+0
-14
playbooks/edx-west/edxutil_prod.yml
+0
-11
playbooks/edx-west/edxutil_prod_local.yml
+0
-11
playbooks/edx-west/prod-app.yml
+0
-0
playbooks/edx-west/prod-jumpbox.yml
+0
-0
playbooks/edx-west/prod-ora.yml
+0
-0
playbooks/edx-west/prod-worker.yml
+0
-0
playbooks/edx-west/prod-xqueue.yml
+0
-0
No files found.
playbooks/edx-west/
xserver_prod
.yml
→
playbooks/edx-west/
cme-prod-app
.yml
View file @
67db8fd2
# this gets all running prod webservers
-
hosts
:
tag_environment_prod:&tag_function_x
server
#- hosts: tag_environment_prod:&tag_function_web
server
# or we can get subsets of them by name
#- hosts: ~tag_Name_xserver(1|2)_prod
#- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB
-
hosts
:
~tag_Name_app(10|20)_cme
sudo
:
True
vars_prompt
:
-
name
:
"
migrate_db"
prompt
:
"
Should
this
playbook
run
database
migrations?
(Type
'yes'
to
run,
anything
else
to
skip
migrations)"
default
:
"
no"
private
:
no
vars
:
secure_dir
:
'
../../../configuration-secure/ansible'
# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir
:
'
../../../configuration-secure/ansible/local'
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_
prod
_vars.yml"
-
"
{{
secure_dir
}}/vars/edxapp_
cme
_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_prod_users.yml"
roles
:
-
common
-
nginx
-
xserver
-
edxapp
# run this role last
-
in_production
playbooks/edx-west/edxapp_prod_apache.yml
deleted
100644 → 0
View file @
85bdb2be
-
hosts
:
~tag_Name_app(12|22)_prod
#- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB
sudo
:
True
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_prod_users.yml"
-
"
{{
secure_dir
}}/vars/shib_prod_vars.yml"
vars
:
secure_dir
:
'
../../../configuration-secure/ansible'
# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir
:
'
../../../configuration-secure/ansible/local'
roles
:
-
nginx
-
edxapp
-
apache
-
shibboleth
\ No newline at end of file
playbooks/edx-west/edxapp_prod_debug.yml
deleted
100644 → 0
View file @
85bdb2be
---
#- hosts: tag_environment_prod:&tag_function_webserver:&tag_test_test
-
hosts
:
i-a4d28cfc
sudo
:
True
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_prod_users.yml"
roles
:
-
common
-
nginx
-
gunicorn
-
edxapp
-
ruby
-
npm
# run this role last
-
in_production
tasks
:
-
debug
:
msg="{{ lms_preview_auth_config}}"
tags
:
-
debug
-
debug
:
msg="{{ lms_preview_env_config}}"
tags
:
-
debug
playbooks/edx-west/edxapp_prod_local.yml
deleted
100644 → 0
View file @
85bdb2be
-
hosts
:
tag_Name_app4_prod
#- hosts: tag_environment_prod:&tag_function_webserver:&tag_test_test
#- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB
sudo
:
True
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_prod_users.yml"
roles
:
-
common
-
nginx
-
gunicorn
-
edxapp
-
ruby
-
npm
-
edx-theme
# run this role last
-
in_production
playbooks/edx-west/edxapp_ref.yml
deleted
100644 → 0
View file @
85bdb2be
-
hosts
:
tag_Group_edxapp_ref
sudo
:
True
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_ref_vars.yml"
-
"
{{
secure_dir
}}/vars/edxapp_ref_users.yml"
roles
:
-
common
-
nginx
-
gunicorn
-
edxapp
-
ruby
-
npm
# run this role last
-
in_production
playbooks/edx-west/edxutil_prod.yml
deleted
100644 → 0
View file @
85bdb2be
-
hosts
:
tag_environment_prod:&tag_function_util
sudo
:
True
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_prod_users.yml"
roles
:
-
common
-
edxapp
-
edx_worker_upstart
\ No newline at end of file
playbooks/edx-west/edxutil_prod_local.yml
deleted
100644 → 0
View file @
85bdb2be
-
hosts
:
tag_environment_prod:&tag_function_util
sudo
:
True
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_prod_users.yml"
roles
:
-
common
-
edxapp
-
edx_worker_upstart
\ No newline at end of file
playbooks/edx-west/
edxapp_prod
.yml
→
playbooks/edx-west/
prod-app
.yml
View file @
67db8fd2
File moved
playbooks/edx-west/
jumpbox_prod
.yml
→
playbooks/edx-west/
prod-jumpbox
.yml
View file @
67db8fd2
File moved
playbooks/edx-west/
ora_prod
.yml
→
playbooks/edx-west/
prod-ora
.yml
View file @
67db8fd2
File moved
playbooks/edx-west/
edxworker_prod
.yml
→
playbooks/edx-west/
prod-worker
.yml
View file @
67db8fd2
File moved
playbooks/edx-west/
xqueue_prod
.yml
→
playbooks/edx-west/
prod-xqueue
.yml
View file @
67db8fd2
File moved
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