Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Remove CentOS 6 support
Browse files Browse the repository at this point in the history
This commit remove CentOS 6 support which is EOL since 2020-11-30.
  • Loading branch information
jmlrt committed Dec 9, 2020
1 parent 83f3e21 commit 995c270
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ platforms:
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
- apt-get update && apt-get -y install ansible
use_sudo: false
- name: centos-6
driver_config:
image: centos:6
privileged: true
provision_command:
- yum -y install epel-release
- yum -y install ansible
use_sudo: false
- name: centos-7
driver_config:
image: centos:7
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This role provides a generic means of installing Elastic supported Beats
* Ubuntu 18.04
* Debian 8
* Debian 9
* CentOS 6
* CentOS 7
* CentOS 8
* Amazon Linux 2
Expand Down
12 changes: 0 additions & 12 deletions tasks/beats-redhat.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
---
- name: Ensure libselinux-python on CentOS 6.x
become: yes
yum:
name: libselinux-python
state: present
update_cache: true
register: libselinux_install
until: libselinux_install is succeeded
when:
- ansible_distribution == "CentOS"
- ansible_distribution_major_version == "6"

- name: Redhat - add beats repository
become: yes
template:
Expand Down
1 change: 0 additions & 1 deletion test/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ OS:
- ubuntu-1804
- debian-8
- debian-9
- centos-6
- centos-7
- centos-8
- amazonlinux-2
Expand Down

0 comments on commit 995c270

Please sign in to comment.