main.yml 508 Bytes
Newer Older
1 2 3 4 5
---
#
# edX Configuration
#
# github:     https://github.com/edx/configuration
6 7
# wiki:       https://openedx.atlassian.net/wiki/display/OpenOPS
# code style: https://openedx.atlassian.net/wiki/display/OpenOPS/Ansible+Code+Conventions
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# license:    https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
##
# Role includes for role alton
# 
# Example:
#
# dependencies:
#   - {
#   role: my_role 
#   my_role_var0: "foo"
#   my_role_var1: "bar"
# }

dependencies:
23
  - common
24
  - supervisor
25 26
  - redis