k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
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
16 lines
536 B
---
|
|
- name: Enable selinux-ng repo for Amazon Linux for container-selinux
|
|
command: amazon-linux-extras enable selinux-ng
|
|
|
|
- name: Enable EPEL repo for Amazon Linux
|
|
yum_repository:
|
|
name: epel
|
|
file: epel
|
|
description: Extra Packages for Enterprise Linux 7 - $basearch
|
|
baseurl: http://download.fedoraproject.org/pub/epel/7/$basearch
|
|
gpgcheck: true
|
|
gpgkey: http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
|
|
skip_if_unavailable: true
|
|
enabled: true
|
|
repo_gpgcheck: false
|
|
when: epel_enabled
|