Skip to content

Commit 296f46c

Browse files
authored
centos7 is eol, remove it (#767)
* centos7 is eol, remove it Signed-off-by: Sebastian Gumprich <[email protected]> * change workflow to update readmes when meta/main.yml is changed Signed-off-by: Sebastian Gumprich <[email protected]> * remove mention of centos 7 from readme Signed-off-by: Sebastian Gumprich <[email protected]> --------- Signed-off-by: Sebastian Gumprich <[email protected]>
1 parent 541c2df commit 296f46c

File tree

14 files changed

+3
-123
lines changed

14 files changed

+3
-123
lines changed

.github/workflows/mysql_hardening.yml

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
molecule_distro:
40-
- centos7
4140
- centosstream8
4241
- centosstream9
4342
- rocky8

.github/workflows/nginx_hardening.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
molecule_distro:
39-
- centos7
4039
- centosstream8
4140
- centosstream9
4241
- rocky8

.github/workflows/os_hardening.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
molecule_distro:
39-
- centos7
4039
- centosstream8
4140
- centosstream9
4241
- rocky8

.github/workflows/os_hardening_vm.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
molecule_distro:
39-
- generic/centos7
4039
- generic/centos8s
4140
- generic/centos9s
4241
- generic/rocky8

.github/workflows/roles-readme.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on: # yamllint disable-line rule:truthy
66
branches: [master]
77
paths:
88
- 'roles/**/meta/argument_specs.yml'
9+
- 'roles/**/meta/main.yml'
910
pull_request:
1011
branches: [master]
1112
paths:
1213
- 'roles/**/meta/argument_specs.yml'
14+
- 'roles/**/meta/main.yml'
1315

1416
jobs:
1517
readme:

.github/workflows/ssh_hardening.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
molecule_distro:
39-
- centos7
4039
- centosstream8
4140
- centosstream9
4241
- rocky8

.github/workflows/ssh_hardening_custom_tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
molecule_distro:
39-
- centos7
4039
- centosstream8
4140
- centosstream9
4241
- rocky8

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
This collection provides battle tested hardening for:
1414

1515
- Linux operating systems:
16-
- CentOS 7/8/9
16+
- CentOS 8/9
1717
- Rocky Linux 8/9
1818
- Debian 10/11/12
1919
- Ubuntu 18.04/20.04/22.04

roles/mysql_hardening/meta/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ galaxy_info:
88
platforms:
99
- name: EL
1010
versions:
11-
- "7"
1211
- "8"
1312
- "9"
1413
- name: Ubuntu

roles/nginx_hardening/meta/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ galaxy_info:
88
platforms:
99
- name: EL
1010
versions:
11-
- "7"
1211
- "8"
1312
- "9"
1413
- name: Ubuntu

roles/os_hardening/meta/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ galaxy_info:
88
platforms:
99
- name: EL
1010
versions:
11-
- "7"
1211
- "8"
1312
- "9"
1413
- name: Ubuntu

roles/os_hardening/vars/RedHat_7.yml

-88
This file was deleted.

roles/ssh_hardening/meta/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ galaxy_info:
88
platforms:
99
- name: EL
1010
versions:
11-
- "7"
1211
- "8"
1312
- "9"
1413
- name: Ubuntu

roles/ssh_hardening/vars/RedHat_7.yml

-24
This file was deleted.

0 commit comments

Comments
 (0)