You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
410 B

  1. ---
  2. - name: Enable EPEL repo for Amazon Linux
  3. yum_repository:
  4. name: epel
  5. file: epel
  6. description: Extra Packages for Enterprise Linux 7 - $basearch
  7. baseurl: http://download.fedoraproject.org/pub/epel/7/$basearch
  8. gpgcheck: yes
  9. gpgkey: http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
  10. skip_if_unavailable: yes
  11. enabled: yes
  12. repo_gpgcheck: no
  13. when: epel_enabled