2462d16322
This keeps each platform's "/etc" template files in a separate top-level directory. Additionally, we add a distro major version match to the task import and rename centos7 (in preparation for centos8). Change-Id: If65d51a27e30311b1da20522afb6dbce7ee6cf35
25 lines
647 B
Django/Jinja
25 lines
647 B
Django/Jinja
# {{ ansible_managed }}
|
|
[epel]
|
|
name=Extra Packages for Enterprise Linux 7 - $basearch
|
|
baseurl={{ epel_mirror }}/7/$basearch
|
|
failovermethod=priority
|
|
enabled=0
|
|
gpgcheck=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
|
|
|
|
[epel-debuginfo]
|
|
name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
|
|
baseurl={{ epel_mirror }}/7/$basearch/debug
|
|
failovermethod=priority
|
|
enabled=0
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
|
|
gpgcheck=1
|
|
|
|
[epel-source]
|
|
name=Extra Packages for Enterprise Linux 7 - $basearch - Source
|
|
baseurl={{ epel_mirror }}/7/SRPMS
|
|
failovermethod=priority
|
|
enabled=0
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
|
|
gpgcheck=1
|