Move fedmsg stuff after apache install so we have an apache user.

This commit is contained in:
Kevin Fenzi 2014-08-26 20:09:58 +00:00
parent 150c7e5c3c
commit 27199cfa76

View file

@ -32,8 +32,6 @@
- nagios_client
- fas_client
- collectd/base
- fedmsg/base
- fedmsg/hub
- sudo
- git/hooks
- git/make_checkout_seed
@ -54,3 +52,21 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- name: setup fedmsg on pkgs
hosts: pkgs-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:
- fedmsg/base
- fedmsg/hub
handlers:
- include: "{{ handlers }}/restart_services.yml"