Commit 224eaefa by Ned Batchelder Committed by GitHub

Merge pull request #3724 from edx/ned/fullstack-is-native

We don't need a separate fullstack installation any more
parents 4c69ad56 56cbc073
- name: Configure instance(s)
hosts: all
become: True
gather_facts: True
vars:
migrate_db: 'yes'
EDXAPP_LMS_NGINX_PORT: '80'
EDX_ANSIBLE_DUMP_VARS: true
CERTS_DOWNLOAD_URL: 'http://192.168.33.10:18090'
CERTS_VERIFY_URL: 'http://192.168.33.10:18090'
# used for releases
edx_platform_version: '{{ OPENEDX_RELEASE | default("master") }}'
certs_version: '{{ OPENEDX_RELEASE | default("master") }}'
forum_version: '{{ OPENEDX_RELEASE | default("master") }}'
xqueue_version: '{{ OPENEDX_RELEASE | default("master") }}'
demo_version: '{{ OPENEDX_RELEASE | default("master") }}'
roles:
- common
- vhost
- edx_ansible
- user
- role: nginx
nginx_sites:
- cms
- lms
- forum
- xqueue
- certs
nginx_default_sites:
- lms
- cms
- mysql
- edxlocal
- memcache
- mongo
- { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' }
- edxapp
- { role: 'edxapp', celery_worker: True }
- demo
- oraclejdk
- elasticsearch
- forum
- { role: "xqueue", update_users: True }
- certs
- role: analytics_api
when: ANALYTICS_API_GIT_IDENTITY
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