install copr repo with binary plugins on jenkins
This commit is contained in:
parent
31622031f6
commit
0f72afee2c
2 changed files with 15 additions and 0 deletions
4
roles/jenkins/master/files/jenkins-binary-plugins.repo
Normal file
4
roles/jenkins/master/files/jenkins-binary-plugins.repo
Normal file
|
@ -0,0 +1,4 @@
|
|||
[jenkins-binary-plugins]
|
||||
name=jenkins-binary-plugins
|
||||
baseurl=https://copr-be.cloud.fedoraproject.org/results/mizdebsk/jenkins-binary-plugins/fedora-$releasever-$basearch/
|
||||
gpgkey=https://copr-be.cloud.fedoraproject.org/results/mizdebsk/jenkins-binary-plugins/pubkey.gpg
|
|
@ -1,3 +1,14 @@
|
|||
- name: install jenkins-binary-plugins copr repo
|
||||
copy: >
|
||||
src="jenkins-binary-plugins.repo"
|
||||
dest="/etc/yum.repos.d/{{ item }}"
|
||||
tags:
|
||||
- jenkins
|
||||
- jenkins/master
|
||||
- config
|
||||
- packages
|
||||
- yumrepos
|
||||
|
||||
- name: install packages
|
||||
dnf: name={{ item }} state=installed
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue