Add tags to bugyou and bugyou_plugins
This commit is contained in:
parent
36ae00e375
commit
6cb5482a28
2 changed files with 7 additions and 2 deletions
|
@ -2,13 +2,14 @@
|
||||||
# Configuration for Bugyou
|
# Configuration for Bugyou
|
||||||
|
|
||||||
- name: install needed packages for bugyou
|
- name: install needed packages for bugyou
|
||||||
yum: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
||||||
with_items:
|
with_items:
|
||||||
- bugyou
|
- bugyou
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
tags:
|
tags:
|
||||||
- bugyou
|
- bugyou
|
||||||
|
- bugyou/master
|
||||||
|
|
||||||
- name: copy bugyou fedmsg configuration
|
- name: copy bugyou fedmsg configuration
|
||||||
template: >
|
template: >
|
||||||
|
@ -20,3 +21,4 @@
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
tags:
|
tags:
|
||||||
- bugyou
|
- bugyou
|
||||||
|
- bugyou/master
|
||||||
|
|
|
@ -2,13 +2,14 @@
|
||||||
# Configuration for Bugyou Plugins
|
# Configuration for Bugyou Plugins
|
||||||
|
|
||||||
- name: install needed packages 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:
|
with_items:
|
||||||
- python-libpagure
|
- python-libpagure
|
||||||
- bugyou_plugins
|
- bugyou_plugins
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
tags:
|
tags:
|
||||||
|
- bugyou
|
||||||
- bugyou/plugins
|
- bugyou/plugins
|
||||||
|
|
||||||
- name: copy bugyou plugins configuration files
|
- name: copy bugyou plugins configuration files
|
||||||
|
@ -24,9 +25,11 @@
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
tags:
|
tags:
|
||||||
|
- bugyou
|
||||||
- bugyou/plugins
|
- bugyou/plugins
|
||||||
|
|
||||||
- name: start the bugyou-cntrl
|
- name: start the bugyou-cntrl
|
||||||
service: name=bugyou-cntrl state=started
|
service: name=bugyou-cntrl state=started
|
||||||
tags:
|
tags:
|
||||||
|
- bugyou
|
||||||
- bugyou/plugins
|
- bugyou/plugins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue