datagrepper role has to come after mod_wsgi.
This commit is contained in:
parent
24a8a2517d
commit
9c622ee19f
1 changed files with 17 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
||||||
- fedmsg/base
|
- fedmsg/base
|
||||||
- rsyncd
|
- rsyncd
|
||||||
- sudo
|
- sudo
|
||||||
- datagrepper
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
@ -53,6 +52,23 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- 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
|
# 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.
|
# datagrepper that is partially in place, but not yet functional.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue