- name: Deploy all analytics services to a single node
  hosts: all
  become: True
  gather_facts: True
  vars:
    migrate_db: "yes"
    disable_edx_services: false
    ENABLE_DATADOG: False
    ENABLE_SPLUNKFORWARDER: False
    ENABLE_NEWRELIC: False
  roles:
    - aws
    - mysql
    - edxlocal
    - memcache
    - analytics_api
    - analytics_pipeline
    - role: nginx
      nginx_sites:
        - insights
    - insights