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
8ac3e3c9
Commit
8ac3e3c9
authored
Jun 02, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing Stanford plays that use old ora
parent
9ca5a5f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
45 deletions
+0
-45
playbooks/edx-west/prod-ora.yml
+0
-25
playbooks/edx-west/stage-ora.yml
+0
-20
No files found.
playbooks/edx-west/prod-ora.yml
deleted
100644 → 0
View file @
9ca5a5f1
# this gets all running prod webservers
#- hosts: tag_environment_prod:&tag_function_ora
# or we can get subsets of them by name
#- hosts: ~tag_Name_ora(10|11)_prod
-
hosts
:
~tag_Name_ora10_prod
#- hosts: ~tag_Name_ora11_prod
#- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB
sudo
:
True
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'
migrate_db
:
"
no"
vars_files
:
-
"
{{
secure_dir
}}/vars/ora_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_prod_users.yml"
roles
:
-
common
-
supervisor
-
role
:
nginx
nginx_sites
:
-
ora
-
ora
playbooks/edx-west/stage-ora.yml
deleted
100644 → 0
View file @
9ca5a5f1
---
-
hosts
:
tag_environment_stage:&tag_function_ora
sudo
:
True
vars
:
secure_dir
:
../../../configuration-secure/ansible
local_dir
:
../../../configuration-secure/ansible/local
migrate_db
:
"
yes"
vars_files
:
-
"
{{
secure_dir
}}/vars/ora_stage_vars.yml"
-
"
{{
secure_dir
}}/vars/edxapp_stage_users.yml"
-
"
{{
secure_dir
}}/vars/datadog_stage.yml"
roles
:
-
common
-
supervisor
-
role
:
nginx
nginx_sites
:
-
ora
-
ora
-
datadog
#- splunkforwarder
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