From 81f580c5c026a982427dabdaa7a22da9566a3850 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 1 Aug 2023 16:55:42 +0100 Subject: [PATCH] added centos wording Signed-off-by: Mark Bolwell --- README.md | 10 ++++++++-- vars/CentOS.yml | 4 ++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 vars/CentOS.yml diff --git a/README.md b/README.md index df0df9f..341467b 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ ![Ansible Galaxy Quality](https://img.shields.io/ansible/quality/61781?label=Quality&&logo=ansible) ![Discord Badge](https://img.shields.io/discord/925818806838919229?logo=discord) -![Devel Build Status](https://img.shields.io/github/actions/workflow/status/ansible-lockdown/RHEL9-CIS/linux_benchmark_testing.yml?label=Devel%20Build%20Status) +[![devel build status](https://github.com/ansible-lockdown/RHEL9-CIS-TEST/actions/workflows/devel_pipeline_validation.yml/badge.svg?branch=devel)](https://github.com/ansible-lockdown/RHEL9-CIS-TEST/actions/workflows/devel_pipeline_validation.yml) ![Devel Commits](https://img.shields.io/github/commit-activity/m/ansible-lockdown/RHEL9-CIS/devel?color=dark%20green&label=Devel%20Branch%20commits) ![Release Branch](https://img.shields.io/badge/Release%20Branch-Main-brightgreen) -![Main Build Status](https://img.shields.io/github/actions/workflow/status/ansible-lockdown/RHEL9-CIS/linux_benchmark_testing.yml?label=Build%20Status) +[![main build status](https://github.com/ansible-lockdown/RHEL9-CIS-TEST/actions/workflows/main_pipeline_validation.yml/badge.svg?branch=main)](https://github.com/ansible-lockdown/RHEL9-CIS-TEST/actions/workflows/main_pipeline_validation.yml) ![Main Release Date](https://img.shields.io/github/release-date/ansible-lockdown/RHEL9-CIS?label=Release%20Date) ![Release Tag](https://img.shields.io/github/v/tag/ansible-lockdown/RHEL9-CIS?label=Release%20Tag&&color=success) @@ -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 diff --git a/vars/CentOS.yml b/vars/CentOS.yml new file mode 100644 index 0000000..08ca326 --- /dev/null +++ b/vars/CentOS.yml @@ -0,0 +1,4 @@ +--- + +os_gpg_key_pubkey_name: centos-gpg-keys +os_gpg_key_pubkey_content: "builder@centos.org 9.0"