Skip to content

Instantly share code, notes, and snippets.

@feanil
Created May 23, 2014 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feanil/c29296075afe4b6df513 to your computer and use it in GitHub Desktop.
Save feanil/c29296075afe4b6df513 to your computer and use it in GitHub Desktop.
---
# Example sandbox configuration
# for single server community
# installs
- name: Configure instance(s)
hosts: all
sudo: True
gather_facts: True
vars:
migrate_db: "yes"
openid_workaround: True
EDXAPP_LMS_NGINX_PORT: '80'
edx_platform_version: 'master'
# These should stay false for the public AMI
ENABLE_DATADOG: False
ENABLE_SPLUNKFORWARDER: False
ENABLE_NEWRELIC: False
roles:
- rabbitmq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment