Unverified Commit 7ebcc431 by Kevin Falcone Committed by GitHub

Merge pull request #4357 from edx/jibsheet/rename-common-with-security

Rename common_with_security and document it better
parents 28222b16 ca5c2717
- 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment