vagrant-fullstack-delta.yml 398 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
- name: Update fullstack to a specific intermediate revision
  hosts: all
  sudo: True
  gather_facts: True
  vars:
    disable_edx_services: true
    mongo_enable_journal: false
    COMMON_SSH_PASSWORD_AUTH: "yes"
    EDXAPP_LMS_BASE: 127.0.0.1:8000
    EDXAPP_OAUTH_ENFORCE_SECURE: false
    EDXAPP_LMS_BASE_SCHEME: http
  roles:
    - common
    - vhost
    - edxapp
    - xqueue
17
    - edxlocal