#1338 update docs, add deprecated to os-harden

pull/1348/head
gjmzj 2023-12-28 20:44:54 +08:00
parent 29e9f8c6eb
commit c1be349456
3 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
本步骤主要完成:
- (optional) role:os-harden可选系统加固符合linux安全基线详见[upstream](https://github.com/dev-sec/ansible-collection-hardening/tree/master/roles/os_hardening)
- (deprecated) role:os-harden未更新上游项目未验证最新k8s集群安装不建议启用可选系统加固符合linux安全基线详见[upstream](https://github.com/dev-sec/ansible-collection-hardening/tree/master/roles/os_hardening)
- (optional) role:chrony[可选集群节点时间同步](../guide/chrony.md)
- role:deploy创建CA证书、集群组件访问apiserver所需的各种kubeconfig
- role:prepare系统基础环境配置、分发CA证书、kubectl客户端安装

View File

@ -5,6 +5,7 @@
INSTALL_SOURCE: "online"
# 可选进行系统安全加固 github.com/dev-sec/ansible-collection-hardening
# (deprecated) 未更新上游项目未验证最新k8s集群安装不建议启用
OS_HARDEN: false

View File

@ -1,5 +1,7 @@
# devsec.os_hardening
**deprecated** this role is outdated, not testified with the latest k8s cluster setup
![devsec.os_hardening](https://github.com/dev-sec/ansible-os-hardening/workflows/devsec.os_hardening/badge.svg)
## Looking for the old ansible-os-hardening role?