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

data_dir: /edx/var
app_dir: /edx/app
log_dir: "{{ data_dir }}/log"
bin_dir: /edx/bin
cfg_dir: /edx/etc

os_name: ubuntu

ENV_NAME: 'default_env'
ENV_TYPE: 'default_type'

# 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'
# include http/https
PYPI_MIRROR_URL: 'https://pypi.python.org/simple'
# do not include http/https
GIT_MIRROR: 'github.com'
