mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
[copr][backend] put copr.repo to the builders
This commit is contained in:
11
roles/copr/backend/files/provision/copr.repo
Normal file
11
roles/copr/backend/files/provision/copr.repo
Normal file
@@ -0,0 +1,11 @@
|
||||
[Copr]
|
||||
name=Copr
|
||||
failovermethod=priority
|
||||
baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
http://209.132.184.48/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
http://172.25.32.4/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
skip_if_unavailable=1
|
||||
@@ -1,3 +1,5 @@
|
||||
- name: install copr repo
|
||||
copy: src="provision/copr.repo" dest="/etc/yum.repos.d/copr.repo"
|
||||
|
||||
- name: install pkgs
|
||||
yum: state=present pkg={{ item }}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
[Copr]
|
||||
name=Copr
|
||||
failovermethod=priority
|
||||
# and external ip # TODO: update in infra ansible git after copr moved to the new cloud
|
||||
baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
http://209.132.184.48/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
|
||||
Reference in New Issue
Block a user