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

Remove CentOS 6 support #120

Merged
merged 1 commit into from
Dec 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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