analytics_single.yml 396 Bytes
Newer Older
1 2
- name: Deploy all analytics services to a single node
  hosts: all
3
  become: True
4 5
  gather_facts: True
  vars:
Gabe Mulley committed
6
    migrate_db: "yes"
7 8 9
    disable_edx_services: false
    ENABLE_DATADOG: False
    ENABLE_NEWRELIC: False
10
  roles:
11
    - aws
12
    - mysql
13
    - edxlocal
14
    - memcache
15 16
    - analytics_api
    - analytics_pipeline
17 18 19
    - role: nginx
      nginx_sites:
        - insights
20
    - insights