Install bodhi2 from my copr for now
This commit is contained in:
parent
ad97481221
commit
a73ca96255
2 changed files with 20 additions and 0 deletions
7
roles/bodhi2/base/files/lmacken-bodhi2-epel-7.repo
Normal file
7
roles/bodhi2/base/files/lmacken-bodhi2-epel-7.repo
Normal 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
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue