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