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
775299d2
Commit
775299d2
authored
Dec 17, 2013
by
Joe Blaylock
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'edx-west/release' of github.com:edx/configuration into edx-west/release
parents
038d2683
882e7570
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
playbooks/edx-west/carnegie-prod-app.yml
+1
-0
playbooks/edx-west/cme-prod-app.yml
+1
-0
playbooks/edx-west/prod-worker.yml
+2
-2
playbooks/edx-west/stage-worker.yml
+1
-1
playbooks/roles/certificates/handlers/main.yml
+1
-1
No files found.
playbooks/edx-west/carnegie-prod-app.yml
View file @
775299d2
#- hosts: ~tag_Name_app(10|20)_carn
-
hosts
:
~tag_Name_app10_carn
#- hosts: ~tag_Name_app20_carn
sudo
:
True
vars_prompt
:
-
name
:
"
migrate_db"
...
...
playbooks/edx-west/cme-prod-app.yml
View file @
775299d2
...
...
@@ -15,6 +15,7 @@
# or we can get subsets of them by name
#- hosts: ~tag_Name_app(10|20)_cme
-
hosts
:
~tag_Name_app10_cme
#- hosts: ~tag_Name_app20_cme
sudo
:
True
vars_prompt
:
-
name
:
"
migrate_db"
...
...
playbooks/edx-west/prod-worker.yml
View file @
775299d2
# For all util machines
#
- hosts: tag_environment_prod:&tag_function_util
-
hosts
:
tag_environment_prod:&tag_function_util
# or we can get subsets of them by name
-
hosts
:
~tag_Name_util10_prod
#
- hosts: ~tag_Name_util10_prod
sudo
:
True
vars
:
# this indicates the path to site-specific (with precedence)
...
...
playbooks/edx-west/stage-worker.yml
View file @
775299d2
...
...
@@ -7,7 +7,7 @@
# this indicates the path to site-specific (with precedence)
# things like nginx template files
secure_dir
:
../../../edx-secret/ansible
local_dir
:
{{
secure_dir
}}
/local
local_dir
:
"
{{secure_dir}}/local"
migrate_db
:
"
no"
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_stage_vars.yml"
...
...
playbooks/roles/certificates/handlers/main.yml
View file @
775299d2
-
name
:
certifier | restart certificate-agent
supervisorctl
:
name=certifi
er-certifi
cate-agent state=restarted
supervisorctl
:
name=certificate-agent state=restarted
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