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
bae4f0ab
Commit
bae4f0ab
authored
11 years ago
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added user and notifier playbook to stage-worker.yml
parent
3b55042f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
17 deletions
+26
-17
playbooks/edx-west/prod-jumpbox.yml
+1
-0
playbooks/edx-west/prod-worker.yml
+1
-0
playbooks/edx-west/stage-app.yml
+3
-0
playbooks/edx-west/stage-jumpbox.yml
+1
-0
playbooks/edx-west/stage-worker.yml
+20
-17
No files found.
playbooks/edx-west/prod-jumpbox.yml
View file @
bae4f0ab
...
@@ -19,4 +19,5 @@
...
@@ -19,4 +19,5 @@
-
dcadams
-
dcadams
-
jinpa
-
jinpa
-
gbruhns
-
gbruhns
-
nparlante
tags
:
users
tags
:
users
This diff is collapsed.
Click to expand it.
playbooks/edx-west/prod-worker.yml
View file @
bae4f0ab
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
-
dcadams
-
dcadams
-
jinpa
-
jinpa
-
gbruhns
-
gbruhns
-
nparlante
tags
:
users
tags
:
users
-
role
:
'
common'
-
role
:
'
common'
tags
:
common
tags
:
common
...
...
This diff is collapsed.
Click to expand it.
playbooks/edx-west/stage-app.yml
View file @
bae4f0ab
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
-
caesar2164
-
caesar2164
-
jinpa
-
jinpa
-
gbruhns
-
gbruhns
-
nparlante
tags
:
users
tags
:
users
-
role
:
nginx
-
role
:
nginx
nginx_sites
:
nginx_sites
:
...
@@ -44,3 +45,5 @@
...
@@ -44,3 +45,5 @@
-
shibboleth
-
shibboleth
#- datadog
#- datadog
#- splunkforwarder
#- splunkforwarder
This diff is collapsed.
Click to expand it.
playbooks/edx-west/stage-jumpbox.yml
View file @
bae4f0ab
...
@@ -18,4 +18,5 @@
...
@@ -18,4 +18,5 @@
-
dcadams
-
dcadams
-
jinpa
-
jinpa
-
gbruhns
-
gbruhns
-
nparlante
tags
:
users
tags
:
users
This diff is collapsed.
Click to expand it.
playbooks/edx-west/stage-worker.yml
View file @
bae4f0ab
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
-
caesar2164
-
caesar2164
-
jinpa
-
jinpa
-
gbruhns
-
gbruhns
-
nparlante
tags
:
users
tags
:
users
-
role
:
'
edxapp'
-
role
:
'
edxapp'
celery_worker
:
True
celery_worker
:
True
...
@@ -43,7 +44,7 @@
...
@@ -43,7 +44,7 @@
xqueue_create_users
:
false
xqueue_create_users
:
false
tags
:
xqueue
tags
:
xqueue
#
- name: Deploy certs, notifier only to first util machine
#
deploy certs to first util machine only
hosts
:
~tag_Name_util1_stage
hosts
:
~tag_Name_util1_stage
sudo
:
True
sudo
:
True
gather_facts
:
True
gather_facts
:
True
...
@@ -62,19 +63,21 @@
...
@@ -62,19 +63,21 @@
-
role
:
certs
-
role
:
certs
tags
:
certs
tags
:
certs
#- name: Deploy certs to first util machine
# run the notifier on the first util machine only
# hosts: ~tag_Name_util1_stage
-
hosts
:
~tag_Name_util1_stage
# sudo: True
sudo
:
True
# vars:
vars
:
# secure_dir: '../../../configuration-secure/ansible'
secure_dir
:
'
../../../configuration-secure/ansible'
# migrate_db: "no"
local_dir
:
"
{{secure_dir}}/local"
# vars_files:
migrate_db
:
"
no"
# - "{{ secure_dir }}/vars/edxapp_stage_vars.yml"
vars_files
:
# - "{{ secure_dir }}/vars/certifier_stage_vars.yml"
-
"
roles/common/defaults/main.yml"
# roles:
-
"
roles/supervisor/defaults/main.yml"
# - common
-
"
{{
secure_dir
}}/vars/edxapp_prod_vars.yml"
# - role: virtualenv
-
"
{{
secure_dir
}}/vars/notifier_prod_vars.yml"
# virtualenv_user: "certifier"
roles
:
# virtualenv_name: "certifier"
-
role
:
virtualenv
# virtualenv_user_home: "/opt/wwc/certifier"
virtualenv_user
:
"
notifier"
# - certificates
virtualenv_user_home
:
"
/opt/wwc/notifier"
virtualenv_name
:
"
notifier"
-
notifier
This diff is collapsed.
Click to expand it.
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