Add patternfly for pdc.
This commit is contained in:
parent
6bc14b33b2
commit
c6d3460604
2 changed files with 19 additions and 0 deletions
8
roles/pdc/files/patternfly-patternfly1-epel-7.repo
Normal file
8
roles/pdc/files/patternfly-patternfly1-epel-7.repo
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[patternfly-patternfly1]
|
||||||
|
name=Copr repo for patternfly1 owned by patternfly
|
||||||
|
baseurl=https://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-$releasever-$basearch/
|
||||||
|
skip_if_unavailable=True
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/pubkey.gpg
|
||||||
|
enabled=1
|
||||||
|
enabled_metadata=1
|
|
@ -9,9 +9,20 @@
|
||||||
tags:
|
tags:
|
||||||
- pdc
|
- pdc
|
||||||
|
|
||||||
|
- name: setup the patternfly copr repo
|
||||||
|
copy: >
|
||||||
|
src="patternfly-patternfly1-epel-7.repo"
|
||||||
|
dest="/etc/yum.repos.d/patternfly-patternfly1-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:
|
||||||
|
- patternfly1
|
||||||
- pdc-server
|
- pdc-server
|
||||||
tags:
|
tags:
|
||||||
- pdc
|
- pdc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue