---
# This should only have variables
# that are applicable to all edX roles

app_base_dir: /opt/wwc
log_base_dir: /mnt/logs
venv_dir: /opt/edx
os_name: ubuntu

# these pathes are relative to the playbook dir
# directory for secret settings (keys, etc)
secure_dir: 'secure_example'

# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir:  '../../ansible_local'

# default is not to migrate_db
migrate_db: false