Install bodhi2 from my copr for now

This commit is contained in:
Luke Macken 2015-06-07 21:25:15 +00:00
parent ad97481221
commit a73ca96255
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[lmacken-bodhi2]
name=Copr repo for bodhi2 owned by lmacken
baseurl=https://copr-be.cloud.fedoraproject.org/results/lmacken/bodhi2/epel-7-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/lmacken/bodhi2/pubkey.gpg
enabled=1

View file

@ -2,6 +2,19 @@
# tasklist for setting up bodhi
# This is the base set of files needed for bodhi
- name: setup basic /etc/httpd/conf.d/ bodhi contents
copy: >
src="lmacken-bodhi2-epel-7.repo"
dest="/etc/yum.repos.d/lmacken-bodhi2-epel-7.repo"
owner=root
group=root
mode=0644
when: inventory_hostname.startswith('bodhi0')
tags:
- config
- bodhi
- name: install needed packages
yum: pkg={{ item }} state=present
with_items: