geerlingguy / ansible-role-repo-epel

Ansible Role - EPEL Repository for RHEL/CentOS
https://galaxy.ansible.com/geerlingguy/repo-epel/
MIT License
185 stars 149 forks source link

Use the permanent urls #9

Closed rahulsundaram closed 9 years ago

rahulsundaram commented 9 years ago

Hi

Also note that CentOS already ships with EPEL repo rpm. yum install epel-release should work

geerlingguy commented 9 years ago

For simplicity's sake (since I want this role to be compatible with EPEL 5/6 until their EOLs, I'll stick with these URLs for now. Someday when 6 is not supported anymore, I'll switch to the yum installation :)

(Was referring to your final note about 7+ yum-based installation in the OP).

rahulsundaram commented 9 years ago

Right. This role should work on EPEL + CentOS 7 as well. and switching the yum installation won't work for EPEL 7 + RHEL 7 anyway afaik. Lets revisit later if necessary.