Files
ansible-role-repo-epel/templates/el7-epel-testing.repo.j2

35 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2021-05-02 17:12:46 +12:00
[epel-testing]
name=Extra Packages for Enterprise Linux 7 - Testing - $basearch
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/testing/7/$basearch
2021-05-02 17:12:46 +12:00
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-epel7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
[epel-testing-debuginfo]
name=Extra Packages for Enterprise Linux 7 - Testing - $basearch - Debug
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/testing/7/$basearch/debug
2021-05-02 17:12:46 +12:00
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-debug-epel7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
[epel-testing-source]
name=Extra Packages for Enterprise Linux 7 - Testing - $basearch - Source
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/testing/7/SRPMS
2021-05-02 17:12:46 +12:00
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-source-epel7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1