Add tags to bugyou and bugyou_plugins

This commit is contained in:
Sayan Chowdhury 2016-03-04 09:36:10 +00:00
parent 36ae00e375
commit 6cb5482a28
2 changed files with 7 additions and 2 deletions

View file

@ -2,13 +2,14 @@
# Configuration for Bugyou
- name: install needed packages for bugyou
yum: pkg={{ item }} state=present
yum: pkg={{ item }} state=present enablerepo=epel-testing
with_items:
- bugyou
notify:
- restart fedmsg-hub
tags:
- bugyou
- bugyou/master
- name: copy bugyou fedmsg configuration
template: >
@ -20,3 +21,4 @@
- restart fedmsg-hub
tags:
- bugyou
- bugyou/master

View file

@ -2,13 +2,14 @@
# Configuration for Bugyou Plugins
- name: install needed packages for bugyou_plugins
yum: pkg={{ item }} state=present
yum: pkg={{ item }} state=present enablerepo=epel-testing
with_items:
- python-libpagure
- bugyou_plugins
notify:
- restart fedmsg-hub
tags:
- bugyou
- bugyou/plugins
- name: copy bugyou plugins configuration files
@ -24,9 +25,11 @@
notify:
- restart fedmsg-hub
tags:
- bugyou
- bugyou/plugins
- name: start the bugyou-cntrl
service: name=bugyou-cntrl state=started
tags:
- bugyou
- bugyou/plugins