Externalize role
This commit is contained in:
commit
39504f99ff
18 changed files with 962 additions and 0 deletions
74
files/yum-mirror.repo.d/CentOS7-armv7hl.repo
Normal file
74
files/yum-mirror.repo.d/CentOS7-armv7hl.repo
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
[main]
|
||||
exactarch=0
|
||||
|
||||
# CentOS-Base.repo
|
||||
#
|
||||
# The mirror system uses the connecting IP address of the client and the
|
||||
# update status of each mirror to pick mirrors that are updated to and
|
||||
# geographically close to the client. You should use this for CentOS updates
|
||||
# unless you are manually picking other mirrors.
|
||||
#
|
||||
# If the mirrorlist= does not work for you, as a fall back you can try the
|
||||
# remarked out baseurl= line instead.
|
||||
#
|
||||
#
|
||||
|
||||
[repo-base]
|
||||
name=CentOS-$releasever - Base
|
||||
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
|
||||
baseurl=http://mirror.centos.org/altarch/7/os/armhfp/
|
||||
gpgcheck=1
|
||||
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
gpgkey=http://mirror.centos.org/altarch/7/os/armhfp/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
#released updates
|
||||
[repo-updates]
|
||||
name=CentOS-$releasever - Updates
|
||||
#mirrorlist=http://mirrorlist.centos.org/?release=7&arch=armhfp&repo=updates&infra=$infra
|
||||
baseurl=http://mirror.centos.org/altarch/7/updates/armhfp/
|
||||
gpgcheck=1
|
||||
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
gpgkey=http://mirror.centos.org/altarch/7/os/armhfp/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
#additional packages that may be useful
|
||||
[repo-extras]
|
||||
name=CentOS-$releasever - Extras
|
||||
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
|
||||
baseurl=http://mirror.centos.org/altarch/7/extras/armhfp/
|
||||
gpgcheck=1
|
||||
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
gpgkey=http://mirror.centos.org/altarch/7/os/armhfp/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
#additional packages that extend functionality of existing packages
|
||||
[repo-centosplus]
|
||||
name=CentOS-$releasever - Plus
|
||||
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
|
||||
baseurl=http://mirror.centos.org/altarch/7/centosplus/armhfp/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
gpgkey=http://mirror.centos.org/altarch/7/os/armhfp/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
[repo-kernel-rpi2]
|
||||
name=CentOS-7 - Kernel Raspberry Pi 2
|
||||
baseurl=http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
gpgkey=http://mirror.centos.org/altarch/7/os/armhfp/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
[repo-kernel-generic]
|
||||
name=CentOS-7 - Kernel generic
|
||||
baseurl=http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
gpgkey=http://mirror.centos.org/altarch/7/os/armhfp/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
[repo-epel]
|
||||
name=Epel rebuild for armhfp
|
||||
baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue