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
7ebcc431
Unverified
Commit
7ebcc431
authored
Feb 26, 2018
by
Kevin Falcone
Committed by
GitHub
Feb 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4357 from edx/jibsheet/rename-common-with-security
Rename common_with_security and document it better
parents
28222b16
ca5c2717
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
playbooks/edx-east/common_edx_base.yml
+13
-1
No files found.
playbooks/edx-east/common_
with_security
.yml
→
playbooks/edx-east/common_
edx_base
.yml
View file @
7ebcc431
-
name
:
Deploy common
# This is a playbook that edX uses to ensure that common configuration is
# deployed, security updates are applied, users accounts are updated on the
# machines and our monitoring software is updated or installed.
#
-
name
:
Deploy common base edX configuration
hosts
:
all
hosts
:
all
become
:
True
become
:
True
gather_facts
:
True
gather_facts
:
True
...
@@ -7,3 +11,11 @@
...
@@ -7,3 +11,11 @@
COMMON_SECURITY_UPDATES
:
true
COMMON_SECURITY_UPDATES
:
true
roles
:
roles
:
-
common
-
common
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
-
role
:
newrelic_infrastructure
when
:
COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
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