Commit f7798ef2 by Jillian Vogel Committed by Sven Marnach

Adds analytics_sandbox.yml playbook,

Cloudera do not require Insights, so this omits the nginx and insights roles.
parent fab20480
- name: Deploy analytics related services (except the pipeline)
hosts: all
sudo: True
gather_facts: True
vars:
migrate_db: "yes"
disable_edx_services: false
ENABLE_DATADOG: False
ENABLE_SPLUNKFORWARDER: False
ENABLE_NEWRELIC: False
roles:
- aws
- security
- mysql
- edxlocal
- analytics_api
tasks:
- name: 'Install required packages'
apt: name=libffi-dev state=present
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