2018-06-14 23:18:44 +00:00
|
|
|
{% if inventory_hostname.startswith('osbs') %}
|
2019-09-05 11:04:27 +02:00
|
|
|
#TODO : remove this after freeze
|
|
|
|
[rhel7-openshift-3.11]
|
|
|
|
name = rhel7 openshift 3.11 $basearch
|
|
|
|
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openshift-3.11-rpms/
|
2018-02-23 22:26:39 +00:00
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
2021-02-15 15:25:26 -08:00
|
|
|
enabled=0
|
2018-11-02 20:48:54 +00:00
|
|
|
{% elif inventory_hostname.startswith('os') %}
|
|
|
|
[rhel7-openshift-3.11]
|
|
|
|
name = rhel7 openshift 3.11 $basearch
|
|
|
|
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openshift-3.11-rpms/
|
2017-09-15 20:50:08 +00:00
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
2021-02-15 15:25:26 -08:00
|
|
|
enabled=0
|
2018-11-02 20:48:54 +00:00
|
|
|
{% endif %}
|