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
2632cb86
Commit
2632cb86
authored
Sep 09, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using serial var for all plays
parent
517f6f52
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
73 additions
and
4 deletions
+73
-4
playbooks/edx-east/aide.yml
+3
-0
playbooks/edx-east/alton.yml
+3
-0
playbooks/edx-east/aws.yml
+3
-0
playbooks/edx-east/bastion.yml
+3
-0
playbooks/edx-east/certs.yml
+3
-0
playbooks/edx-east/common.yml
+3
-0
playbooks/edx-east/demo.yml
+3
-0
playbooks/edx-east/devpi.yml
+3
-0
playbooks/edx-east/discern.yml
+3
-0
playbooks/edx-east/edx_ansible.yml
+3
-0
playbooks/edx-east/edxapp.yml
+2
-0
playbooks/edx-east/flower.yml
+3
-0
playbooks/edx-east/forum.yml
+3
-0
playbooks/edx-east/jenkins_admin.yml
+3
-0
playbooks/edx-east/jenkins_worker.yml
+2
-0
playbooks/edx-east/legacy_ora.yml
+3
-1
playbooks/edx-east/minos.yml
+3
-1
playbooks/edx-east/mongo.yml
+3
-0
playbooks/edx-east/notifier.yml
+3
-0
playbooks/edx-east/ora.yml
+3
-0
playbooks/edx-east/snort.yml
+3
-0
playbooks/edx-east/stop_all_edx_services.yml
+3
-0
playbooks/edx-east/testcourses.yml
+3
-0
playbooks/edx-east/xqwatcher.yml
+3
-2
playbooks/edx-east/xserver.yml
+3
-0
No files found.
playbooks/edx-east/aide.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aide
-
role
:
datadog
...
...
playbooks/edx-east/alton.yml
View file @
2632cb86
...
...
@@ -3,5 +3,8 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
alton
playbooks/edx-east/aws.yml
View file @
2632cb86
...
...
@@ -2,5 +2,8 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
playbooks/edx-east/bastion.yml
View file @
2632cb86
...
...
@@ -2,5 +2,8 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
bastion
playbooks/edx-east/certs.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
-
certs
...
...
playbooks/edx-east/common.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
common
-
role
:
datadog
...
...
playbooks/edx-east/demo.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
demo
-
role
:
datadog
...
...
playbooks/edx-east/devpi.yml
View file @
2632cb86
...
...
@@ -2,5 +2,8 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
devpi
playbooks/edx-east/discern.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
-
role
:
nginx
...
...
playbooks/edx-east/edx_ansible.yml
View file @
2632cb86
...
...
@@ -2,5 +2,8 @@
hosts
:
all
sudo
:
True
gather_facts
:
False
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
edx_ansible
playbooks/edx-east/edxapp.yml
View file @
2632cb86
...
...
@@ -3,6 +3,8 @@
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
-
role
:
nginx
...
...
playbooks/edx-east/flower.yml
View file @
2632cb86
...
...
@@ -2,5 +2,8 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
flower
playbooks/edx-east/forum.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
-
role
:
nginx
...
...
playbooks/edx-east/jenkins_admin.yml
View file @
2632cb86
...
...
@@ -3,5 +3,8 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
jenkins_admin
playbooks/edx-east/jenkins_worker.yml
View file @
2632cb86
...
...
@@ -8,6 +8,8 @@
gather_facts
:
True
vars
:
mongo_enable_journal
:
False
serial_count
:
1
serial
:
"
{{
serial_count
}}"
vars_files
:
-
roles/edxapp/defaults/main.yml
-
roles/ora/defaults/main.yml
...
...
playbooks/edx-east/legacy_ora.yml
View file @
2632cb86
...
...
@@ -3,7 +3,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
serial
:
1
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
vars_files
:
-
"
{{secure_dir}}/vars/{{COMMON_ENVIRONMENT}}/legacy-ora.yml"
roles
:
...
...
playbooks/edx-east/minos.yml
View file @
2632cb86
...
...
@@ -3,7 +3,9 @@
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
common
-
aws
-
minos
-
minos
playbooks/edx-east/mongo.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
mongo
-
mongo_mms
...
...
playbooks/edx-east/notifier.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
-
notifier
...
...
playbooks/edx-east/ora.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
role
:
nginx
nginx_sites
:
...
...
playbooks/edx-east/snort.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
snort
-
role
:
datadog
...
...
playbooks/edx-east/stop_all_edx_services.yml
View file @
2632cb86
...
...
@@ -2,5 +2,8 @@
hosts
:
all
sudo
:
True
gather_facts
:
False
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
stop_all_edx_services
playbooks/edx-east/testcourses.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
testcourses
-
role
:
datadog
...
...
playbooks/edx-east/xqwatcher.yml
View file @
2632cb86
...
...
@@ -8,6 +8,8 @@
ENABLE_DATADOG
:
False
ENABLE_SPLUNKFORWARDER
:
False
ENABLE_NEWRELIC
:
False
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
-
xqwatcher
...
...
@@ -16,4 +18,4 @@
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
\ No newline at end of file
when
:
COMMON_ENABLE_NEWRELIC
playbooks/edx-east/xserver.yml
View file @
2632cb86
...
...
@@ -2,6 +2,9 @@
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
-
role
:
nginx
...
...
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