datagrepper role has to come after mod_wsgi.

This commit is contained in:
Ralph Bean 2014-07-11 16:45:52 +00:00
parent 24a8a2517d
commit 9c622ee19f

View file

@ -39,7 +39,6 @@
- fedmsg/base
- rsyncd
- sudo
- datagrepper
tasks:
- include: "{{ tasks }}/yumrepos.yml"
@ -53,6 +52,23 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- name: dole out the service-specific config
hosts: datagrepper;datagrepper-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- datagrepper
handlers:
- include: "{{ handlers }}/restart_services.yml"
# The gluster work here can be omitted for now. It is used by a feature of
# datagrepper that is partially in place, but not yet functional.
#