install copr repo with binary plugins on jenkins

This commit is contained in:
Mikolaj Izdebski 2015-07-28 10:57:46 +00:00
parent 31622031f6
commit 0f72afee2c
2 changed files with 15 additions and 0 deletions

View 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

View file

@ -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: