Commit 1fc11c38 by Victor Shnayder

starting to turn analytics_single into a single-box sandbox playbook

parent 2f4d2b56
...@@ -4,12 +4,15 @@ ...@@ -4,12 +4,15 @@
gather_facts: True gather_facts: True
vars: vars:
migrate_db: "yes" migrate_db: "yes"
disable_edx_services: true disable_edx_services: false
EDXAPP_LMS_BASE: 127.0.0.1:8000 ENABLE_DATADOG: False
EDXAPP_OAUTH_ENFORCE_SECURE: false ENABLE_SPLUNKFORWARDER: False
EDXAPP_LMS_BASE_SCHEME: http ENABLE_NEWRELIC: False
roles: roles:
- edxlocal - edxlocal
- analytics_api - analytics_api
- analytics_pipeline - analytics_pipeline
- role: nginx
nginx_sites:
- insights
- insights - insights
...@@ -54,3 +54,8 @@ edxlocal_database_users: ...@@ -54,3 +54,8 @@ edxlocal_database_users:
user: "pipeline001", user: "pipeline001",
pass: "password" pass: "password"
} }
- {
db: "{{ HIVE_METASTORE_DATABASE.name | default(None) }}",
user: "{{ HIVE_METASTORE_DATABASE.user | default(None) }}",
pass: "{{ HIVE_METASTORE_DATABASE.password | default(None) }}"
}
...@@ -40,4 +40,3 @@ ...@@ -40,4 +40,3 @@
- certs - certs
- role: analytics_api - role: analytics_api
when: ANALYTICS_API_GIT_IDENTITY when: ANALYTICS_API_GIT_IDENTITY
- edx_ansible
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