- name: Configure instance(s) hosts: all sudo: True gather_facts: True vars: migrate_db: 'yes' openid_workaround: true edx_platform_version: 'master' 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' vars_files: - "group_vars/all" roles: - edx_ansible - user - role: nginx nginx_sites: - cms - lms - ora - forum - xqueue - certs nginx_default_sites: - lms - cms - edxlocal - mongo - { role: 'edxapp', celery_worker: True } - edxapp - demo - { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' } - oraclejdk - elasticsearch - forum - { role: "xqueue", update_users: True } - ora - certs - role: analytics-api when: ANALYTICS_API_GIT_IDENTITY - edx_ansible