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.

16 lines
536 B

  1. ---
  2. - name: Enable selinux-ng repo for Amazon Linux for container-selinux
  3. command: amazon-linux-extras enable selinux-ng
  4. - name: Enable EPEL repo for Amazon Linux
  5. yum_repository:
  6. name: epel
  7. file: epel
  8. description: Extra Packages for Enterprise Linux 7 - $basearch
  9. baseurl: http://download.fedoraproject.org/pub/epel/7/$basearch
  10. gpgcheck: true
  11. gpgkey: http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
  12. skip_if_unavailable: true
  13. enabled: true
  14. repo_gpgcheck: false
  15. when: epel_enabled