forked from openedx-unsupported/configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edx_continuous_integration.yml
51 lines (51 loc) · 1.11 KB
/
edx_continuous_integration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
- name: Configure instance(s)
hosts: all
become: True
gather_facts: True
serial: 10
vars:
migrate_db: "yes"
roles:
- aws
- role: nginx
nginx_sites:
- cms
- lms
- xqueue
- learner_portal
- program_manager
nginx_default_sites:
- lms
- mysql
- role: edxlocal
tags: edxlocal
- memcache
- mongo_3_2
- { role: 'edxapp', celery_worker: True }
- edxapp
- testcourses
- role: redis
- oraclejdk
- elasticsearch
- forum
- { role: notifier, NOTIFIER_DIGEST_TASK_INTERVAL: "5" }
- { role: "xqueue", update_users: True }
- edx_ansible
- analytics_api
- ecommerce
- credentials
- discovery
- role: registrar
when: REGISTRAR_ENABLED
- role: learner_portal
when: LEARNER_PORTAL_ENABLED
- role: program_manager
when: PROGRAM_MANAGER_ENABLED
- oauth_client_setup
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- flower