Merge branch 'master' of /git/ansible

This commit is contained in:
David Gay 2014-12-06 19:37:43 +00:00
commit 0ad1f07fc5

View file

@ -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