summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Barlow <randy@electronsweatshop.com>2017-05-02 15:27:23 +0000
committerRandy Barlow <randy@electronsweatshop.com>2017-05-02 15:27:23 +0000
commit73dfd704cdca52c4d82b733ac4403a45b0dd2617 (patch)
tree230b0597c00092ad1302080bcea2209f48f1e2b5
parent4e1a48962f97153768165bbd2a198be57c20d9d6 (diff)
downloadansible-73dfd704cdca52c4d82b733ac4403a45b0dd2617.tar.gz
ansible-73dfd704cdca52c4d82b733ac4403a45b0dd2617.tar.xz
ansible-73dfd704cdca52c4d82b733ac4403a45b0dd2617.zip
Enable and start fedmsg-hub on bodhi backends.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
-rw-r--r--roles/bodhi2/backend/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml
index f50b252ca..476823168 100644
--- a/roles/bodhi2/backend/tasks/main.yml
+++ b/roles/bodhi2/backend/tasks/main.yml
@@ -413,6 +413,11 @@
tags:
- bodhi
+- name: ensure fedmsg-hub is enabled and started on the backend
+ service: name=fedmsg-hub enabled=yes state=started
+ tags:
+ - bodhi
+
#- name: have apache own /mnt/koji/mash/updates
# file: path=/mnt/koji/mash/updates state=directory recurse=yes owner=apache group=apache
# tags: