Make sure fedmsg-hub isn't running on the mbs-frontend.

Thanks @pingou for pointing this out.
This commit is contained in:
Ralph Bean 2017-10-09 23:06:15 +00:00
parent 1d7e85e2d3
commit f753144e69

View file

@ -13,6 +13,15 @@
- mbs
- 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
template: >
src=mbs.conf dest=/etc/httpd/conf.d/mbs.conf