Merge branch 'master' of /git/ansible
This commit is contained in:
commit
0ad1f07fc5
1 changed files with 8 additions and 0 deletions
|
@ -9,11 +9,15 @@
|
|||
- python-paramiko
|
||||
- python-libcloud
|
||||
- python-fedimg
|
||||
tags:
|
||||
- fedimg
|
||||
|
||||
- name: install latest fedimg
|
||||
yum: pkg={{ item }} state=latest
|
||||
with_items:
|
||||
- python-fedimg
|
||||
tags:
|
||||
- fedimg
|
||||
|
||||
- name: copy base configuration
|
||||
template: >
|
||||
|
@ -21,6 +25,8 @@
|
|||
owner=fedmsg group=fedmsg mode=0700
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
tags:
|
||||
- fedimg
|
||||
|
||||
- name: copy koji fedmsg consumer
|
||||
template: >
|
||||
|
@ -28,3 +34,5 @@
|
|||
owner=fedmsg group=fedmsg mode=0600
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
tags:
|
||||
- fedimg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue