forked from openedx-unsupported/configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprospectus.yml
29 lines (29 loc) · 846 Bytes
/
prospectus.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
- name: Deploy edX Prospectus Service
hosts: all
become: True
gather_facts: True
vars:
ENABLE_DATADOG: False
ENABLE_NEWRELIC: False
CLUSTER_NAME: 'prospectus'
PROSPECTUS_DATA_DIR: "/edx/var/prospectus"
NGINX_OVERRIDE_DEFAULT_MAP_HASH_SIZE: True
NGINX_MAP_HASH_MAX_SIZE: 4096
NGINX_MAP_HASH_BUCKET_SIZE: 128
roles:
- role: aws
when: COMMON_ENABLE_AWS_ROLE
- role: automated
AUTOMATED_USERS: "{{ PROSPECTUS_AUTOMATED_USERS | default({}) }}"
- role: nginx
nginx_app_dir: "/etc/nginx"
nginx_sites:
- prospectus
nginx_default_sites:
- prospectus
PROSPECTUS_NGINX_PORT: 8000
- role: prospectus
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE