mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add tags to bugyou and bugyou_plugins
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user