main.yml 1.31 KB
Newer Older
e0d committed
1 2 3 4 5 6 7 8 9 10 11 12 13
---
#
# edX Configuration
#
# github:     https://github.com/edx/configuration
# wiki:       https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license:    https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
##
# Defaults for role minos
# 
MINOS_GIT_IDENTITY: !!null
e0d committed
14

Max Rothman committed
15 16 17 18 19 20
MINOS_SERVICE_CONFIG:
  aws_profile: !!null
  s3_bucket: edx-{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}
  bucket_path: lifecycle/minos
  voter_conf_d: "{{ minos_voter_cfg }}"

e0d committed
21 22 23
#
# vars are namespace with the module name.
#
Max Rothman committed
24 25 26 27
minos_service_name: minos
minos_data_dir: "{{ COMMON_DATA_DIR }}/{{ minos_service_name }}"
minos_app_dir: "{{ COMMON_APP_DIR }}/{{ minos_service_name }}"
minos_log_dir: "{{ COMMON_LOG_DIR }}/{{ minos_service_name }}"
28
minos_cfg_file: "{{ COMMON_CFG_DIR }}/minos.yml"
Max Rothman committed
29
minos_voter_cfg: "{{ COMMON_CFG_DIR }}/{{ minos_service_name }}/conf.d/"
e0d committed
30 31 32
minos_git_ssh: "/tmp/git.sh"
minos_git_identity: "{{ minos_app_dir }}/minos-git-identity"
minos_edx_server_tools_repo: "git@github.com/edx-ops/edx-minos.git"
33
minos_edx_server_tools_branch: "release"
34
minos_edx_server_tools_version: "0.3"
35
minos_requirement: "git+ssh://{{ minos_edx_server_tools_repo }}@{{ minos_edx_server_tools_branch }}#egg=edx-minos"
e0d committed
36 37 38 39 40 41 42 43
  
#
# OS packages
#

minos_debian_pkgs: []

minos_redhat_pkgs: []