Skip to content

Commit

Permalink
centos7 is eol, remove it (#767)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
rndmh3ro authored May 31, 2024
1 parent 541c2df commit 296f46c
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 123 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mysql_hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nginx_hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/os_hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/os_hardening_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- generic/centos7
- generic/centos8s
- generic/centos9s
- generic/rocky8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/roles-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on: # yamllint disable-line rule:truthy
branches: [master]
paths:
- 'roles/**/meta/argument_specs.yml'
- 'roles/**/meta/main.yml'
pull_request:
branches: [master]
paths:
- 'roles/**/meta/argument_specs.yml'
- 'roles/**/meta/main.yml'

jobs:
readme:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ssh_hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ssh_hardening_custom_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This collection provides battle tested hardening for:

- Linux operating systems:
- CentOS 7/8/9
- CentOS 8/9
- Rocky Linux 8/9
- Debian 10/11/12
- Ubuntu 18.04/20.04/22.04
Expand Down
1 change: 0 additions & 1 deletion roles/mysql_hardening/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ galaxy_info:
platforms:
- name: EL
versions:
- "7"
- "8"
- "9"
- name: Ubuntu
Expand Down
1 change: 0 additions & 1 deletion roles/nginx_hardening/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ galaxy_info:
platforms:
- name: EL
versions:
- "7"
- "8"
- "9"
- name: Ubuntu
Expand Down
1 change: 0 additions & 1 deletion roles/os_hardening/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ galaxy_info:
platforms:
- name: EL
versions:
- "7"
- "8"
- "9"
- name: Ubuntu
Expand Down
88 changes: 0 additions & 88 deletions roles/os_hardening/vars/RedHat_7.yml

This file was deleted.

1 change: 0 additions & 1 deletion roles/ssh_hardening/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ galaxy_info:
platforms:
- name: EL
versions:
- "7"
- "8"
- "9"
- name: Ubuntu
Expand Down
24 changes: 0 additions & 24 deletions roles/ssh_hardening/vars/RedHat_7.yml

This file was deleted.

0 comments on commit 296f46c

Please sign in to comment.