Move fedmsg stuff after apache install so we have an apache user.
This commit is contained in:
parent
150c7e5c3c
commit
27199cfa76
1 changed files with 18 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue