tag the fedimg role.
This commit is contained in:
parent
2578f42a17
commit
62b5f188e8
1 changed files with 8 additions and 0 deletions
|
@ -9,11 +9,15 @@
|
||||||
- python-paramiko
|
- python-paramiko
|
||||||
- python-libcloud
|
- python-libcloud
|
||||||
- python-fedimg
|
- python-fedimg
|
||||||
|
tags:
|
||||||
|
- fedimg
|
||||||
|
|
||||||
- name: install latest fedimg
|
- name: install latest fedimg
|
||||||
yum: pkg={{ item }} state=latest
|
yum: pkg={{ item }} state=latest
|
||||||
with_items:
|
with_items:
|
||||||
- python-fedimg
|
- python-fedimg
|
||||||
|
tags:
|
||||||
|
- fedimg
|
||||||
|
|
||||||
- name: copy base configuration
|
- name: copy base configuration
|
||||||
template: >
|
template: >
|
||||||
|
@ -21,6 +25,8 @@
|
||||||
owner=fedmsg group=fedmsg mode=0700
|
owner=fedmsg group=fedmsg mode=0700
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
|
tags:
|
||||||
|
- fedimg
|
||||||
|
|
||||||
- name: copy koji fedmsg consumer
|
- name: copy koji fedmsg consumer
|
||||||
template: >
|
template: >
|
||||||
|
@ -28,3 +34,5 @@
|
||||||
owner=fedmsg group=fedmsg mode=0600
|
owner=fedmsg group=fedmsg mode=0600
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
|
tags:
|
||||||
|
- fedimg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue