mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
added centos wording
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
b0f5ea0437
commit
81f580c5c0
2 changed files with 12 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -15,11 +15,11 @@
|
|||

|
||||

|
||||
|
||||

|
||||
[](https://github.com/ansible-lockdown/RHEL9-CIS-TEST/actions/workflows/devel_pipeline_validation.yml)
|
||||

|
||||
|
||||

|
||||

|
||||
[](https://github.com/ansible-lockdown/RHEL9-CIS-TEST/actions/workflows/main_pipeline_validation.yml)
|
||||

|
||||

|
||||
|
||||
|
|
@ -107,6 +107,12 @@ OracleLinux 9
|
|||
|
||||
- Access to download or add the goss binary and content to the system if using auditing (other options are available on how to get the content to the system.)
|
||||
|
||||
CentOS stream - while this will generally work it is not supported and requires the following variable setting
|
||||
|
||||
```sh
|
||||
check_os: false
|
||||
```
|
||||
|
||||
**General:**
|
||||
|
||||
- Basic knowledge of Ansible, below are some links to the Ansible documentation to help get started if you are unfamiliar with Ansible
|
||||
|
|
|
|||
4
vars/CentOS.yml
Normal file
4
vars/CentOS.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
|
||||
os_gpg_key_pubkey_name: centos-gpg-keys
|
||||
os_gpg_key_pubkey_content: "builder@centos.org 9.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue