Repo for extra pdc deps.
This commit is contained in:
parent
47532ab615
commit
a521cf2dd9
2 changed files with 18 additions and 0 deletions
8
roles/pdc/frontend/files/ralph-pdc-deps-epel-7.repo
Normal file
8
roles/pdc/frontend/files/ralph-pdc-deps-epel-7.repo
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[ralph-pdc-deps]
|
||||||
|
name=Copr repo for pdc-deps owned by ralph
|
||||||
|
baseurl=https://copr-be.cloud.fedoraproject.org/results/ralph/pdc-deps/epel-7-$basearch/
|
||||||
|
skip_if_unavailable=True
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://copr-be.cloud.fedoraproject.org/results/ralph/pdc-deps/pubkey.gpg
|
||||||
|
enabled=1
|
||||||
|
enabled_metadata=1
|
|
@ -19,6 +19,16 @@
|
||||||
tags:
|
tags:
|
||||||
- pdc
|
- pdc
|
||||||
|
|
||||||
|
- name: lastly, add a copr repo for extra deps of PDC.
|
||||||
|
copy: >
|
||||||
|
src="ralph-pdc-deps-epel-7.repo"
|
||||||
|
dest="/etc/yum.repos.d/ralph-pdc-deps-epel-7.repo"
|
||||||
|
owner=root
|
||||||
|
group=root
|
||||||
|
mode=0644
|
||||||
|
tags:
|
||||||
|
- pdc
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue