Make sure fedmsg-hub isn't running on the mbs-frontend.
Thanks @pingou for pointing this out.
This commit is contained in:
parent
1d7e85e2d3
commit
f753144e69
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
||||||
- mbs
|
- mbs
|
||||||
- mbs/frontend
|
- mbs/frontend
|
||||||
|
|
||||||
|
- name: Make sure fedmsg-hub isn't running on the frontend.
|
||||||
|
service:
|
||||||
|
name: fedmsg-hub
|
||||||
|
state: stopped
|
||||||
|
enabled: false
|
||||||
|
tags:
|
||||||
|
- mbs
|
||||||
|
- mbs/frontend
|
||||||
|
|
||||||
- name: copy mbs httpd config
|
- name: copy mbs httpd config
|
||||||
template: >
|
template: >
|
||||||
src=mbs.conf dest=/etc/httpd/conf.d/mbs.conf
|
src=mbs.conf dest=/etc/httpd/conf.d/mbs.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue